diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-22 06:33:39 +0800 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-22 06:33:39 +0800 |
commit | e8f2e469badfc053ddfba8db5c3b79eee8b037bf (patch) | |
tree | 64437c53d624df9e1dc100a76b5209b7402eeb3f /games/xrot | |
parent | 557373aae3389b686e84a57826188be79b86234b (diff) | |
download | freebsd-ports-gnome-e8f2e469badfc053ddfba8db5c3b79eee8b037bf.tar.gz freebsd-ports-gnome-e8f2e469badfc053ddfba8db5c3b79eee8b037bf.tar.zst freebsd-ports-gnome-e8f2e469badfc053ddfba8db5c3b79eee8b037bf.zip |
Fix argument to chown(8).
Diffstat (limited to 'games/xrot')
-rw-r--r-- | games/xrot/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xrot/pkg-install b/games/xrot/pkg-install index fd24c399636d..97b40ce47230 100644 --- a/games/xrot/pkg-install +++ b/games/xrot/pkg-install @@ -5,5 +5,5 @@ FILE="/var/games/xrot.scores" echo "===> Creating initial high score file $FILE" touch $FILE -chown root.games $FILE +chown root:games $FILE chmod 664 $FILE |