mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing tag for debug files
This commit is contained in:
parent
25c94486aa
commit
a3c3d010c9
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ _proginstall:
|
|||
${_INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}/${PROGNAME}
|
||||
.if ${MK_DEBUG_FILES} != "no"
|
||||
.if defined(DEBUGMKDIR)
|
||||
${INSTALL} -d ${DESTDIR}${DEBUGFILEDIR}
|
||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},debug} -d ${DESTDIR}${DEBUGFILEDIR}
|
||||
.endif
|
||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},debug} -o ${BINOWN} -g ${BINGRP} -m ${DEBUGMODE} \
|
||||
${PROGNAME}.debug ${DESTDIR}${DEBUGFILEDIR}/${PROGNAME}.debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue