Browse Source

fixed rock_sustitute use in gconf2.conf (wrong name used)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1452 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
da1abff1ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/gnome2/gconf22/gconf22.conf

+ 1
- 1
package/gnome2/gconf22/gconf22.conf

@ -24,7 +24,7 @@
gconf_pm() {
echo "Installing cron script ..."
m4_substitute $confdir/gconf.cron > $root/etc/cron.d/80-gconf
rock_substitute $confdir/gconf.cron > $root/etc/cron.d/80-gconf
chmod +x $root/etc/cron.d/80-gconf
}

Loading…
Cancel
Save