From 82b097b98c2beb3aec2c9ee4b13b3e7cb3e71321 Mon Sep 17 00:00:00 2001 From: aflinta Date: Sun, 27 Oct 2002 21:22:44 +0000 Subject: [PATCH] - fixed gconf_schema_install macro Changed files: rpm.macros -> 1.89 --- rpm.macros | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpm.macros b/rpm.macros index 2fdeda1..8545a31 100644 --- a/rpm.macros +++ b/rpm.macros @@ -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: -- 2.44.0