From 651c264e69b17df086b97d45e18abee2d9e2d9d9 Mon Sep 17 00:00:00 2001 From: fake Date: Wed, 26 Jul 2006 15:40:30 +0000 Subject: [PATCH] fake: gconf: another etc/prefix vs. sysconfdir fix [2006072321531817288] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7758 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/gnome2/gconf/gconf.cron | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/gnome2/gconf/gconf.cron b/package/gnome2/gconf/gconf.cron index 07be6e366..3ebd398a1 100644 --- a/package/gnome2/gconf/gconf.cron +++ b/package/gnome2/gconf/gconf.cron @@ -22,7 +22,7 @@ # --- ROCK-COPYRIGHT-NOTE-END --- umask 022 -SCHEMA_DIR=/etc/D_prefix/gconf/schemas +SCHEMA_DIR=/D_sysconfdir/gconf/schemas export GCONF_CONFIG_SOURCE="`/D_prefix/bin/gconftool-2 --get-default-source`" echo "(Re-)Generating Gnome gconf schemes ..." @@ -39,6 +39,6 @@ done < <( touch $SCHEMA_DIR/.stamp echo "Correcting Gnome gconf permissions (installed incorrectly by Gnome) ..." -find /etc/D_prefix/gconf -type d | xargs chmod 0755 -find /etc/D_prefix/gconf -type f | xargs chmod 0644 +find /D_sysconfdir/gconf -type d | xargs chmod 0755 +find /D_sysconfdir/gconf -type f | xargs chmod 0644