Add -L to mtree

This commit is contained in:
Andrey A. Chernov 2000-07-16 08:19:49 +00:00
parent 590694fb28
commit 043ada1051
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63259

View File

@ -105,7 +105,7 @@ copies:
.for i in ${LNOHEADERDIRS}
rm -rf ${DESTDIR}/usr/include/$i
.endfor
mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
mtree -deLU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
.for i in ${LDIRS} ${LSUBDIRS}
cd ${.CURDIR}/../sys; \