aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2013-11-16 19:42:40 +0000
committerJulio Merino <jmmv@FreeBSD.org>2013-11-16 19:42:40 +0000
commit5efcd27a344b442f0ef983ad29cd23cb51ac1b39 (patch)
treeee468fa8d0e75f3a461031b6e5b4258df132d194 /Makefile.inc1
parent8496b1293ade549336fafb9079b3c94998c92f27 (diff)
downloadsrc-5efcd27a344b442f0ef983ad29cd23cb51ac1b39.tar.gz
src-5efcd27a344b442f0ef983ad29cd23cb51ac1b39.zip
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a592034cf97b..a04acb35fcbe 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -509,7 +509,7 @@ _worldtmp:
.endif
.if ${MK_TESTS} != "no"
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
- -p ${WORLDTMP}${TESTSBASE} >/dev/null
+ -p ${WORLDTMP}/usr >/dev/null
.endif
.for _mtree in ${LOCAL_MTREE}
mtree -deU -f ${.CURDIR}/${_mtree} -p ${WORLDTMP} > /dev/null