diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-25 19:52:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-25 19:52:33 +0000 |
commit | 5938666a456a9cbe1981157e54e30389c4504131 (patch) | |
tree | 0ca03bca992908149734ce604dfd16d1f94b9d5e /audio/rhythmbox | |
parent | 860de0a04c3d588c74ebfa0cd5f6ce7645c9e9ff (diff) | |
download | FreeBSD-ports-5938666a456a9cbe1981157e54e30389c4504131.zip FreeBSD-ports-5938666a456a9cbe1981157e54e30389c4504131.tar.gz |
Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist index b765f40..a3939a9 100644 --- a/audio/rhythmbox/pkg-plist +++ b/audio/rhythmbox/pkg-plist @@ -1,7 +1,7 @@ bin/rhythmbox -@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/rhythmbox.schemas -@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true lib/bonobo/librb-nautilus-context-menu.so libdata/bonobo/servers/GNOME_Rhythmbox.server libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server |