Change the ownership of the symbolic link for hidden game

rather than /usr/games/dm wrapper.

Spotted by:	bde
Reviewed by:	bde
This commit is contained in:
ru 2001-05-31 15:05:05 +00:00
parent a1954b8e38
commit bfdc5a0e56

View File

@ -107,7 +107,7 @@ realinstall: beforeinstall
.endif
.if defined(HIDEGAME)
(cd ${DESTDIR}/${GBINDIR}; rm -f ${PROG}; ln -s dm ${PROG}; \
chown games:bin ${PROG})
chown -h games:bin ${PROG})
.endif
.if defined(LINKS) && !empty(LINKS)
@set ${LINKS}; \