diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-26 06:26:19 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-26 06:26:19 +0000 |
commit | 7534fc311dbb347262e2320b65ea8ff4332e9644 (patch) | |
tree | c11b3cbb4bd1744ed946c069d7112c549d549ba0 /games/nethack33 | |
parent | Update to 0.2. (diff) |
user.group -> user:group in chown call(s).
Notes
Notes:
svn path=/head/; revision=45498
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33/pkg-plist b/games/nethack33/pkg-plist index d8390f4ea28e..f5efba70be15 100644 --- a/games/nethack33/pkg-plist +++ b/games/nethack33/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/Arc-fila.lev |