diff options
author | ache <ache@FreeBSD.org> | 2000-07-16 08:20:54 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-07-16 08:20:54 +0000 |
commit | 5a01c965c6d972bfe920500b982db9dfc3d0cff7 (patch) | |
tree | 26fe8ba6d9f563e3dbf47395c45f7fab9d62a0c6 /release | |
parent | 5973e7a1a6168a027c09cfb4a048a3485b930543 (diff) | |
download | FreeBSD-src-5a01c965c6d972bfe920500b982db9dfc3d0cff7.zip FreeBSD-src-5a01c965c6d972bfe920500b982db9dfc3d0cff7.tar.gz |
Forget to add -L to one mtree call
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 0a24f3b..07650bf 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 \ |