]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- fixed gconf_schema_install macro
authoraflinta <aflinta@pld-linux.org>
Sun, 27 Oct 2002 21:22:44 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.89

rpm.macros

index 2fdeda166320324bf467a4c6afec9ec220be203e..8545a31c2d6cd97e0d8703d7dec0ee57d65f1055 100644 (file)
@@ -236,9 +236,11 @@ echo "Compress kernel modules if any."; \
 #
 # Requires: GConf2
 #
-%gconf_schema_install  GCONF_CONFIG_SOURCE="" \
+%gconf_schema_install { \
+    GCONF_CONFIG_SOURCE="" \
     %{_bindir}/gconftool-2 --makefile-install-rule \
-    /etc/X11/GNOME2/gconf/schemas/*.schemas > /dev/null
+    /etc/X11/GNOME2/gconf/schemas/*.schemas > /dev/null \
+}
 
 #-----------------------------------------------------------------
 # post %install sequence:
This page took 0.046695 seconds and 4 git commands to generate.