mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing ${DESTDIR} so that the sample dir file ends up in the
correct place.
This commit is contained in:
parent
4cba45558a
commit
99fd7a9b42
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
INFOFILES= dir
|
||||
|
||||
install:
|
||||
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
|
||||
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
|
||||
${DESTDIR}${INFODIR}
|
||||
|
||||
clean cleandir obj:
|
||||
@echo -n
|
||||
|
|
|
|||
Loading…
Reference in a new issue