diff options
author | tron <tron> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-09 16:01:10 +0000 |
commit | 04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /devel/GConf | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'devel/GConf')
-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 a9af1c38de7..3b41de13a1e 100644 --- a/devel/GConf/PLIST +++ b/devel/GConf/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.12 2002/08/25 19:22:14 jlam Exp $ +@comment $NetBSD: PLIST,v 1.13 2002/12/09 16:01:16 tron Exp $ bin/gconf-config bin/gconf-config-1 bin/gconf-sanity-check-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 || true +@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 |