mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Don't install the osf1 script from here. It causes the release build to
break as ${DESTDIR}/usr/bin doesn't exist where the module is being
installed.
This commit is contained in:
parent
b63695f384
commit
e02433fdc4
1 changed files with 0 additions and 4 deletions
|
|
@ -18,8 +18,4 @@ opt_compat.h:
|
|||
opt_osf1.h opt_simos.h opt_nfs.h:
|
||||
touch ${.TARGET}
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/osf1.sh ${DESTDIR}/usr/bin/osf1
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue