Page MenuHomeFreeBSD

D47722.1784464075.diff
No OneTemporary

Size
872 B
Referenced Files
None
Subscribers
None

D47722.1784464075.diff

diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1506,7 +1506,7 @@
-p ${DESTDIR}/${DISTDIR}/${dist}${TESTSBASE} >/dev/null
.if ${MK_DEBUG_FILES} != "no"
${DESTDIR_MTREE} -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
- -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib/debug/${TESTSBASE} >/dev/null
+ -p ${DESTDIR}/${DISTDIR}/${dist}/usr/lib/debug${TESTSBASE} >/dev/null
.endif
.endif
${IMAKEENV} ${DISTR_MTREE} -C -f ${.CURDIR}/etc/mtree/BSD.root.dist | \
diff --git a/etc/Makefile b/etc/Makefile
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -112,7 +112,7 @@
.endfor
.if ${MK_TESTS} != "no"
MTREES+= mtree/BSD.tests.dist ${TESTSBASE}
-MTREES+= mtree/BSD.tests.dist /usr/lib/debug/${TESTSBASE}
+MTREES+= mtree/BSD.tests.dist /usr/lib/debug${TESTSBASE}
.endif
.if ${MK_SENDMAIL} != "no"
MTREES+= mtree/BSD.sendmail.dist /

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 19, 12:27 PM (12 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29197249
Default Alt Text
D47722.1784464075.diff (872 B)

Event Timeline