mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Add -L to mtree calls since defaults changed back
This commit is contained in:
parent
059e468480
commit
106beffea3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63257
10
etc/Makefile
10
etc/Makefile
@ -143,12 +143,12 @@ distribution:
|
||||
.endif
|
||||
|
||||
distrib-dirs:
|
||||
mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
|
||||
mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
|
||||
mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
|
||||
mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
|
||||
mtree -deLU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
|
||||
mtree -deLU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
|
||||
mtree -deLU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
|
||||
mtree -deLU -f ${.CURDIR}/mtree/BSD.include.dist \
|
||||
-p ${DESTDIR}/usr/include
|
||||
mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
|
||||
mtree -deLU -f ${.CURDIR}/mtree/BSD.include.dist \
|
||||
-p ${DESTDIR}/usr/libdata/perl/5.6.0/mach
|
||||
cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
|
||||
cd ${DESTDIR}/usr/share/locale; \
|
||||
|
Loading…
Reference in New Issue
Block a user