mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Add ${COPY} on install command so that the file in obj does
not get removed when running make install.
This commit is contained in:
parent
ef8525f6a5
commit
56dcbac924
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1661
@ -6,7 +6,7 @@ MAN1= install.0
|
||||
.PATH: ${.CURDIR}/../../bin/ls
|
||||
|
||||
install:
|
||||
install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${PROG} ${DESTDIR}${BINDIR}/install
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user