From 2c736e195a4dfd160792f2625a461dfd0c3e3b82 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 7 Apr 2003 17:22:19 +0000 Subject: [PATCH] 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. --- distrib/sets/maketars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/sets/maketars b/distrib/sets/maketars index af344c1dee0e..1b6857d3d893 100755 --- a/distrib/sets/maketars +++ b/distrib/sets/maketars @@ -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 ; \