From de70808b3b7448e737cb20fe0a6a7f8594bb352b Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Sun, 23 Feb 2003 16:25:49 +0000 Subject: correct syntax of chown PR: 48515 Submitted by: Akihiro IIJIMA Approved by: markp (MAINTAINER) --- games/lexter/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/lexter') diff --git a/games/lexter/pkg-install b/games/lexter/pkg-install index a129bb39f13b..0a93e455e990 100644 --- a/games/lexter/pkg-install +++ b/games/lexter/pkg-install @@ -5,5 +5,5 @@ FILE="/var/games/lexter.scores" echo "===> Creating initial high score file $FILE" touch $FILE -chown root.games $FILE +chown root:games $FILE chmod 664 $FILE -- cgit v1.2.3