]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- added umask 022 for gconf_schema_install macro
authorwrobell <wrobell@pld-linux.org>
Tue, 3 Dec 2002 11:37:21 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed /etc/X11/GNOME2 to /etc/gconf in gconf_schema_install

Changed files:
    rpm.macros -> 1.97

rpm.macros

index b8f5a0376dc78f64300fcbc7342d276eac062bbc..4465ca5189a0b21e079e96044707936b55fe7082 100644 (file)
@@ -243,10 +243,10 @@ echo "Compress kernel modules if any."; \
 #
 # Requires: GConf2
 #
-%gconf_schema_install { \
-    GCONF_CONFIG_SOURCE="xml:readwrite:/etc/X11/GNOME2/gconf/gconf.xml.defaults" \
-    /usr/X11R6/bin/gconftool-2 --makefile-install-rule \
-    /etc/X11/GNOME2/gconf/schemas/*.schemas > /dev/null \
+%gconf_schema_install { umask 022; \
+    GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" \
+    /usr/bin/gconftool-2 --makefile-install-rule \
+    /etc/gconf/schemas/*.schemas > /dev/null \
 }
 
 #-----------------------------------------------------------------
This page took 0.052585 seconds and 4 git commands to generate.