Temporarily revert last. It now screws over symlinks from the destdir,
which is the inverse problem. It is fixable by piping one pax -w into a pax -r instead of using a pax -rw, but unfortunately that won't work yet because I've hit a pax issue. I'll fix that and then fix this right.
This commit is contained in:
parent
aa92e94d2a
commit
2c736e195a
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: maketars,v 1.39 2003/04/06 19:41:03 perry Exp $
|
||||
# $NetBSD: maketars,v 1.40 2003/04/07 17:22:19 perry Exp $
|
||||
#
|
||||
# Make release tar files for some or all lists. Usage:
|
||||
# maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
|
||||
@ -171,7 +171,7 @@ for setname in $lists; do
|
||||
|
||||
if [ -n "$installdir" ]; then
|
||||
( cd $dest ; \
|
||||
${PAX} -O -L -rwpe -d -N${etcdir} ${metalog:+-M} \
|
||||
${PAX} -O -rwpe -d -N${etcdir} ${metalog:+-M} \
|
||||
$installdir < ${SDIR}/plist.$setname )
|
||||
else
|
||||
( cd $dest ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user