mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Change install' to ${INSTALL}' as usual.
Use -c, not ${COPY}, to install `dir'. ${COPY} should never be used to
install source files. The source might be lost if the default is overridden.
This commit is contained in:
parent
ddb43e8bd8
commit
db1e9e9ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
INFOFILES= dir
|
||||
|
||||
install:
|
||||
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
|
||||
${INSTALL} -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
|
||||
${DESTDIR}${INFODIR}
|
||||
|
||||
clean cleandir obj:
|
||||
|
|
|
|||
Loading…
Reference in a new issue