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:
parent
a1954b8e38
commit
bfdc5a0e56
@ -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}; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user