mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Change install -c to install ${COPY} as per Rod's comments. At least
we've got one Makefile that uses this in the tree now! :-)
This commit is contained in:
parent
b25b5fa574
commit
69a282d8fb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ INFOFILES+= texi.info-8 texi.info-9 texi.info-10 texi.info-11
|
|||
|
||||
install:
|
||||
mkdir -p ${INFODIR}
|
||||
install -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
|
||||
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
|
||||
|
||||
clean cleandir obj:
|
||||
@echo -n
|
||||
|
|
|
|||
Loading…
Reference in a new issue