diff options
-rw-r--r-- | games/crossfire-client/Makefile | 6 | ||||
-rw-r--r-- | games/crossfire-server/Makefile | 6 | ||||
-rw-r--r-- | games/crossfire/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 98fe3fcd60dc..c0102c1d6a07 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -70,10 +70,10 @@ post-install: @${CHMOD} 664 ${CFDIR}/lib/forbid @${TOUCH} ${CFDIR}/lib/players/.keep_me @${TOUCH} ${CFDIR}/lib/unique-items/.keep_me - @${CHOWN} -R games.games ${CFDIR} + @${CHOWN} -R root.games ${CFDIR} @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} games.games ${PREFIX}/bin/crossfire - @${CHMOD} 6555 ${PREFIX}/bin/crossfire + @${CHOWN} root.games ${PREFIX}/bin/crossfire + @${CHMOD} 2555 ${PREFIX}/bin/crossfire ${ECHO} "Note: to start crossfire in clientmode" ${ECHO} " crossfire -xpm" ${ECHO} "Note: don't forget to update ${PREFIX}/etc/rplay.conf" diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 98fe3fcd60dc..c0102c1d6a07 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -70,10 +70,10 @@ post-install: @${CHMOD} 664 ${CFDIR}/lib/forbid @${TOUCH} ${CFDIR}/lib/players/.keep_me @${TOUCH} ${CFDIR}/lib/unique-items/.keep_me - @${CHOWN} -R games.games ${CFDIR} + @${CHOWN} -R root.games ${CFDIR} @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} games.games ${PREFIX}/bin/crossfire - @${CHMOD} 6555 ${PREFIX}/bin/crossfire + @${CHOWN} root.games ${PREFIX}/bin/crossfire + @${CHMOD} 2555 ${PREFIX}/bin/crossfire ${ECHO} "Note: to start crossfire in clientmode" ${ECHO} " crossfire -xpm" ${ECHO} "Note: don't forget to update ${PREFIX}/etc/rplay.conf" diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index 98fe3fcd60dc..c0102c1d6a07 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -70,10 +70,10 @@ post-install: @${CHMOD} 664 ${CFDIR}/lib/forbid @${TOUCH} ${CFDIR}/lib/players/.keep_me @${TOUCH} ${CFDIR}/lib/unique-items/.keep_me - @${CHOWN} -R games.games ${CFDIR} + @${CHOWN} -R root.games ${CFDIR} @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} games.games ${PREFIX}/bin/crossfire - @${CHMOD} 6555 ${PREFIX}/bin/crossfire + @${CHOWN} root.games ${PREFIX}/bin/crossfire + @${CHMOD} 2555 ${PREFIX}/bin/crossfire ${ECHO} "Note: to start crossfire in clientmode" ${ECHO} " crossfire -xpm" ${ECHO} "Note: don't forget to update ${PREFIX}/etc/rplay.conf" |