diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-14 13:00:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-14 13:00:50 +0000 |
commit | 60bc657a16fb2df1697d8bc94e3390e54fa9762f (patch) | |
tree | 6dea9e83beaac27ec1c869443ebf5485da1e9927 /devel | |
parent | 837ac02891b0e254d7e154ea598c0e93174f29b9 (diff) | |
download | pkgsrc-60bc657a16fb2df1697d8bc94e3390e54fa9762f.tar.gz |
Add "|| true" to last.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf/PLIST b/devel/GConf/PLIST index ccfed81b7d5..95916c47539 100644 --- a/devel/GConf/PLIST +++ b/devel/GConf/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2002/03/14 11:00:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/03/14 13:00:50 wiz Exp $ bin/gconf-config bin/gconf-config-1 bin/gconfd-1 bin/gconftool bin/gconftool-1 -@unexec cmp -s %D/etc/gconf/1/path.example %D/etc/gconf/1/path && rm %D/etc/gconf/1/path +@unexec cmp -s %D/etc/gconf/1/path.example %D/etc/gconf/1/path && rm %D/etc/gconf/1/path || true etc/gconf/1/path.example @exec test -f %D/etc/gconf/1/path || cp -p %D/%F %D/etc/gconf/1/path etc/gconf/schemas/desktop.schemas |