Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
651c264e69
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      package/gnome2/gconf/gconf.cron

+ 3
- 3
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

Loading…
Cancel
Save