share/mk: Remove trailing '/' from debug info directories

Signed-off-by: Marian Cingel <cingel.marian@gmail.com>
Reviewed by:	emaste
Pull request:	https://github.com/freebsd/freebsd-src/pull/1947
This commit is contained in:
Marian Cingel
2026-01-04 23:15:01 +01:00
committed by Ed Maste
parent 96156003ec
commit 7359df79d3
+1 -1
View File
@@ -61,7 +61,7 @@ CTFFLAGS+= -g
_debuginstall:
.if ${MK_DEBUG_FILES} != "no" && defined(DEBUGFILE)
.if defined(DEBUGMKDIR)
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -d ${DESTDIR}${DEBUGFILEDIR}/
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -d ${DESTDIR}${DEBUGFILEDIR}
.endif
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -o ${DEBUGOWN} -g ${DEBUGGRP} -m ${DEBUGMODE} \
${DEBUGFILE} ${DESTDIR}${DEBUGFILEDIR}/${DEBUGFILE}