diff options
author | dd <dd@FreeBSD.org> | 2001-07-26 06:26:19 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-26 06:26:19 +0000 |
commit | 003f057fdb88854b110204d6e6d9dd8eb25f32af (patch) | |
tree | 49b77782c02b5d56a9836967e85dc4c8692c00a0 /games/slashem-tty | |
parent | 6e5049bb852d00a409b0ea089b3db164c6cde872 (diff) | |
download | FreeBSD-ports-003f057fdb88854b110204d6e6d9dd8eb25f32af.zip FreeBSD-ports-003f057fdb88854b110204d6e6d9dd8eb25f32af.tar.gz |
user.group -> user:group in chown call(s).
Diffstat (limited to 'games/slashem-tty')
-rw-r--r-- | games/slashem-tty/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/slashem-tty/pkg-plist b/games/slashem-tty/pkg-plist index 0f9c042..4265361 100644 --- a/games/slashem-tty/pkg-plist +++ b/games/slashem-tty/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 |