]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- changed path for gconftool, due problems depended on _destdir variable
authoraflinta <aflinta@pld-linux.org>
Tue, 26 Nov 2002 16:49:45 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.95

rpm.macros

index e5b4b7dc0a08898eec175f0857ddc982f2cc18bd..d3d403efc8d51f94f42328b9a9fc0411befb9f76 100644 (file)
@@ -245,7 +245,7 @@ echo "Compress kernel modules if any."; \
 #
 %gconf_schema_install { \
     GCONF_CONFIG_SOURCE="" \
-    %{_bindir}/gconftool-2 --makefile-install-rule \
+    /usr/X11R6/bin/gconftool-2 --makefile-install-rule \
     /etc/X11/GNOME2/gconf/schemas/*.schemas > /dev/null \
 }
 
This page took 0.701153 seconds and 4 git commands to generate.