mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Forget to add -L to one mtree call
This commit is contained in:
parent
043ada1051
commit
06eaff03b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue