]> git.pld-linux.org Git - packages/file-roller.git/commitdiff
- corrected schemas path
authoraflinta <aflinta@pld-linux.org>
Tue, 22 Oct 2002 10:29:12 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    file-roller.spec -> 1.11

file-roller.spec

index ced9c8234d198c9a787c78ab7255e69a75ff7e9f..031c69b8561b92dfcc45851c01f8353f284c6465 100644 (file)
@@ -70,7 +70,9 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure --disable-schemas-install
+%configure \
+    --disable-schemas-install \
+    --with-gconf-schema-file-dir=%{_sysconfdir}
 %{__make}
 
 %install
This page took 0.145083 seconds and 4 git commands to generate.