summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/greed/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/greed/pkg-install b/games/greed/pkg-install
index d891db4686b7..2a413b4c513c 100644
--- a/games/greed/pkg-install
+++ b/games/greed/pkg-install
@@ -5,5 +5,5 @@ FILE="/var/games/greed.hs"
echo "===> Creating initial high score file $FILE"
touch $FILE
-chown root.games $FILE
+chown root:games $FILE
chmod 664 $FILE