From b3b9395d7226afd06dc70d5536b2dc75133d9384 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 25 Jul 2001 17:53:58 +0000 Subject: [PATCH] Use user:group instead in call to chown. --- games/fsgs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/fsgs/Makefile b/games/fsgs/Makefile index 0419e6eaf341..0c4fa85f390e 100644 --- a/games/fsgs/Makefile +++ b/games/fsgs/Makefile @@ -19,7 +19,7 @@ do-install: ${CP} -Rp ${WRKDIR}/opt/fsgs ${PREFIX}/fsgs ${CP} ${WRKDIR}/release/fsgs ${PREFIX}/fsgs/fsgs ${CP} ${WRKDIR}/release/fsgs_static ${PREFIX}/fsgs/fsgs_static - ${CHOWN} -R games.games ${PREFIX}/fsgs + ${CHOWN} -R games:games ${PREFIX}/fsgs ${CHMOD} 4711 ${PREFIX}/fsgs/fsgs ${PREFIX}/fsgs/fsgs_static ${INSTALL_SCRIPT} ${FILESDIR}/fsgs.sh ${PREFIX}/etc/rc.d/fsgs.sh @${CAT} ${PKGMESSAGE}