From 82b8ebc70a97b665dd65e45c8e3886dc3a854ff2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 19 Dec 2015 02:58:56 +0200 Subject: [PATCH] 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 -- 2.44.0