diff options
author | dd <dd@FreeBSD.org> | 2001-07-26 14:26:19 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-26 14:26:19 +0800 |
commit | 003f057fdb88854b110204d6e6d9dd8eb25f32af (patch) | |
tree | 49b77782c02b5d56a9836967e85dc4c8692c00a0 /games/unnethack/pkg-plist | |
parent | 6e5049bb852d00a409b0ea089b3db164c6cde872 (diff) | |
download | freebsd-ports-graphics-003f057fdb88854b110204d6e6d9dd8eb25f32af.tar.gz freebsd-ports-graphics-003f057fdb88854b110204d6e6d9dd8eb25f32af.tar.zst freebsd-ports-graphics-003f057fdb88854b110204d6e6d9dd8eb25f32af.zip |
user.group -> user:group in chown call(s).
Diffstat (limited to 'games/unnethack/pkg-plist')
-rw-r--r-- | games/unnethack/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/unnethack/pkg-plist b/games/unnethack/pkg-plist index 0f9c0425512..42653619b35 100644 --- a/games/unnethack/pkg-plist +++ b/games/unnethack/pkg-plist @@ -3,7 +3,7 @@ share/slashem-tty/slashem-tty @exec mkdir %D/share/slashem-tty/save @exec chmod -R 775 %D/share/slashem-tty @exec chmod 2755 %D/share/slashem-tty/save -@exec chown games.games %D/share/slashem-tty/save +@exec chown games:games %D/share/slashem-tty/save @unexec rm -rf %D/share/slashem-tty/save @exec chmod -R 775 %D/share/doc/slashem-tty share/doc/slashem-tty/Guidebook.txt |