[packages/electron/source] build invocation
glen
glen at pld-linux.org
Sat Dec 19 01:59:04 CET 2015
commit 82b8ebc70a97b665dd65e45c8e3886dc3a854ff2
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Dec 19 02:58:56 2015 +0200
build invocation
electron.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/electron.spec b/electron.spec
index ff9a7a4..a79b3aa 100644
--- a/electron.spec
+++ b/electron.spec
@@ -35,6 +35,11 @@ git clone https://github.com/atom/electron.git -b v%{version} --depth 1 .
install -d lib
ln -s %{_libdir}/libncurses.so.5 lib/libtinfo.so.5
+%build
+export LD_LIBRARY_PATH=`pwd`/lib
+
+./script/build.py -c R
+
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/electron.git/commitdiff/82b8ebc70a97b665dd65e45c8e3886dc3a854ff2
More information about the pld-cvs-commit
mailing list