[Frugalware-darcs]
frugalware-current: gnome-system-tools-2.14.0-2-i686
crazy
crazy at frugalware.org
Sun Apr 30 16:47:35 CEST 2006
[gnome-system-tools-2.14.0-2-i686
crazy <crazy at frugalware.org>**20060430142631
* *install file fix
] {
hunk ./extra/source/gnome/gnome-system-tools/gnome-system-tools.install 2
- 'etc/gconf/schemas/gnome-system-tools.schemas'
+ '/etc/gconf/schemas/gnome-system-tools.schemas'
hunk ./extra/source/gnome/gnome-system-tools/gnome-system-tools.install 8
- GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source` usr/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1
+ GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` /usr/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1
hunk ./extra/source/gnome/gnome-system-tools/gnome-system-tools.install 10
- kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1
+ if [ -e /bin/pidof ]; then
+ kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1
+ fi
hunk ./extra/source/gnome/gnome-system-tools/gnome-system-tools.install 29
- GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source` usr/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1
+ GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` /usr/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1
hunk ./extra/source/gnome/gnome-system-tools/gnome-system-tools.install 31
- kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1
+ if [ -e /bin/pidof ]; then
+ kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1
+ fi
}
More information about the Frugalware-darcs
mailing list