mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
The people frobbing this file seem constitutionally unable to do so
without breaking it. Use ${.CURDIR} properly so that beforeinstall target will actually work in the presence of an obj dir.
This commit is contained in:
parent
5ed909462a
commit
01ce53ab1c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57224
@ -4,7 +4,7 @@
|
||||
MAN6= wargames.6
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${.CURDIR}/wargames.sh \
|
||||
${DESTDIR}${BINDIR}/wargames
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user