Forget to add -L to one mtree call
This commit is contained in:
parent
043ada1051
commit
06eaff03b7
@ -687,7 +687,7 @@ doTARBALL:
|
||||
cp -p ${.CURDIR}/scripts/$${TD}-install.sh ${RD}/dists/${TD}/install.sh; \
|
||||
fi && \
|
||||
if [ "${SD}" != "/usr/src" ]; then \
|
||||
mtree -c -i -p ${SD}/${ARG} \
|
||||
mtree -L -c -i -p ${SD}/${ARG} \
|
||||
-k gname,md5digest,mode,nlink,uname,size,link,type \
|
||||
> ${RD}/dists/${TD}/$$tn.mtree ; \
|
||||
else \
|
||||
|
Loading…
Reference in New Issue
Block a user