aboutsummaryrefslogtreecommitdiff
path: root/games/nighthawk/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'games/nighthawk/pkg-install')
-rw-r--r--games/nighthawk/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nighthawk/pkg-install b/games/nighthawk/pkg-install
index d147a119debb..be09075f42a3 100644
--- a/games/nighthawk/pkg-install
+++ b/games/nighthawk/pkg-install
@@ -5,5 +5,5 @@ FILE="/var/games/nighthawk.scores"
echo "===> Creating initial high score file $FILE"
touch $FILE
-chown root.games $FILE
+chown root:games $FILE
chmod 664 $FILE