mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix packaging /usr/share/examples/etc.
Reported by: woodsb02 MFC after: 3 days X-MFC-With: r308148 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
15c377c3cc
commit
2d5386cc2c
2 changed files with 2 additions and 2 deletions
|
|
@ -459,7 +459,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
|
|||
.endif
|
||||
|
||||
etc-examples-install: ${META_DEPS}
|
||||
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
cd ${.CURDIR}; ${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${BIN1} ${BIN2} nsmb.conf opieaccess \
|
||||
${DESTDIR}${SHAREDIR}/examples/etc
|
||||
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ copies:
|
|||
symlinks:
|
||||
.for i in ${LDIRS}
|
||||
rm -rf ${DESTDIR}${BINDIR}/$i
|
||||
ln -s ${.CURDIR}/$i ${DESTDIR}${BINDIR}/$i
|
||||
${INSTALL} ${TAG_ARGS} -l s ${.CURDIR}/$i ${DESTDIR}${BINDIR}/$i
|
||||
.endfor
|
||||
|
||||
etc-examples:
|
||||
|
|
|
|||
Loading…
Reference in a new issue