]> git.pld-linux.org Git - packages/electron.git/commitdiff
build invocation
authorElan Ruusamäe <glen@delfi.ee>
Sat, 19 Dec 2015 00:58:56 +0000 (02:58 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 19 Dec 2015 00:58:57 +0000 (02:58 +0200)
electron.spec

index ff9a7a4eed4e2fb189cdd5b3ffb33fd5a1165051..a79b3aa417223d055cb60516bd849d26c71dd944 100644 (file)
@@ -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
 
This page took 0.105386 seconds and 4 git commands to generate.