Install setgid games, not setuid games.

Reviewed by:	ache (maintainer)
This commit is contained in:
Kris Kennaway 2000-03-11 01:23:11 +00:00
parent 3a7c9e3d91
commit 21f0fd7c1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26731

View file

@ -25,12 +25,12 @@ do-install:
cd ${WRKSRC}/../lib; ${CP} -R -p * ${MALIB}; \
cd ${MALIB}; \
touch file/wizards.txt; \
${CHMOD} 750 *; ${CHOWN} -R games.games *; \
${CHMOD} 750 *; ${CHOWN} -R root.games *; \
${CHMOD} 755 user;
cd ${WRKSRC}; \
${INSTALL_PROGRAM} -o games -g games -m 4550 \
${INSTALL_PROGRAM} -o root -g games -m 2550 \
mangband ${PREFIX}/bin; \
${INSTALL_PROGRAM} -o games -g games -m 550 \
${INSTALL_PROGRAM} -o root -g games -m 550 \
mangconsole ${PREFIX}/bin; \
${INSTALL_PROGRAM} mangclient ${PREFIX}/bin