mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed world breakage (wrong path to pim6stat).
Fixed other bugs in special install rule (2 cosmetic, 2 non-cosmetic).
This commit is contained in:
parent
02ce0452e1
commit
be18b64992
1 changed files with 3 additions and 3 deletions
|
|
@ -42,8 +42,8 @@ MAN1= pim6stat.1
|
|||
MAN5= pim6sd.conf.5
|
||||
MAN8= pim6sd.8
|
||||
|
||||
afterinstall:
|
||||
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${INSTALLFLAGS} ${SRCDIR}/pim6stat ${DESTDIR}${BINDIR}
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/pim6stat ${DESTDIR}${BINDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue