diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-19 16:05:47 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-19 16:05:47 +0000 |
commit | b040688688531ed79309980d022ee2fe07944899 (patch) | |
tree | 995d79060640c70914145017690badd4d4f2dcaf /astro | |
parent | 47e350aa5c1ca9aeb6c4559be9165c0e06f5f14a (diff) |
Fix plist.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=133683
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xplanet/pkg-plist b/astro/xplanet/pkg-plist index 3e9d39883a13..cf51d8f34df5 100644 --- a/astro/xplanet/pkg-plist +++ b/astro/xplanet/pkg-plist @@ -1,2 +1,2 @@ bin/xplanet -@unexec if cmp -s %D/share/xplanet/config/defult %D/share/xplanet/config/defult.sample; then rm -f %D/share/xplanet/config/defult; fi +@unexec if cmp -s %D/share/xplanet/config/default %D/share/xplanet/config/default.sample; then rm -f %D/share/xplanet/config/default;fi |