diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-04 09:33:50 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-04 09:33:50 +0000 |
commit | d284a66d6971980c7174701b30159bf6a9486da7 (patch) | |
tree | 0067aa60413d8b6c31d06b9bb02f19bdfcce944c /games/nethack32 | |
parent | 9f84e2fd0bf0d496dd074994f1ce741b83f3ac75 (diff) |
POSIX syntax for chown.
Notes
Notes:
svn path=/head/; revision=43480
Diffstat (limited to 'games/nethack32')
-rw-r--r-- | games/nethack32/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack32/pkg-plist b/games/nethack32/pkg-plist index adcec9cf84f8..1e984269a5cd 100644 --- a/games/nethack32/pkg-plist +++ b/games/nethack32/pkg-plist @@ -3,7 +3,7 @@ share/nethack/nethack @exec mkdir %D/share/nethack/save @exec chmod -R 775 %D/share/nethack @exec chmod 2755 %D/share/nethack/nethack -@exec chown games.games %D/share/nethack/save +@exec chown games:games %D/share/nethack/save @unexec rm -rf %D/share/nethack/save share/doc/nethack/Guidebook.txt share/nethack/pet_mark.xbm |