]> git.pld-linux.org Git - packages/gnome-shell.git/commitdiff
- fix path to xulrunner
authorArtur Frysiak <artur@frysiak.net>
Sat, 17 Oct 2009 08:11:19 +0000 (08:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- verbose make

Changed files:
    gnome-shell.spec -> 1.8

gnome-shell.spec

index a4fb22906064685254843b0424fa2fc7abf1c1e4..8ccc7faa1f2bd69500519cc3806ff4787cebfb26 100644 (file)
@@ -33,9 +33,10 @@ Files for development with %{name}.
 %setup -q
 
 %build
-export LD_LIBRARY_PATH=/usr/lib/xulrunner
+export LD_LIBRARY_PATH=%{_libdir}/xulrunner
 %configure \
        --disable-schemas-install \
+       --disable-silent-rules \
        --disable-static
 %{__make}
 
This page took 0.163094 seconds and 4 git commands to generate.