From 5295effe7d364260e367f482ba1b71749f269319 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 7 Sep 2002 03:02:47 +0000 Subject: Use posix syntax for chown --- games/golddig/files/patch-ad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/golddig') diff --git a/games/golddig/files/patch-ad b/games/golddig/files/patch-ad index 78b5dac3ad1b..cddd0874e257 100644 --- a/games/golddig/files/patch-ad +++ b/games/golddig/files/patch-ad @@ -39,14 +39,14 @@ install: all -mkdir ${LIB} cp ${GAME} ${EDITOR} ${BIN} -+ chown root.games ${BIN}/${GAME} ++ chown root:games ${BIN}/${GAME} + chmod g+s ${BIN}/${GAME} # The next line sets up the level files so that anyone can edit all of # the levels. Remove this line to have better security. - chmod 4755 ${BIN}/${EDITOR} +# chmod 4755 ${BIN}/${EDITOR} touch ${LIB}/scores -+ chown root.games ${LIB}/scores ++ chown root:games ${LIB}/scores + chmod g+w ${LIB}/scores # Allow anyone to modify the high score file. An alternative is to # change the mode bits of ${GAME} to be 4755. -- cgit v1.2.3