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
@ -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 New Issue
Block a user