Revert r243228. This commit appears to cause more trouble than

it was designed to avoid; the issue described in the PR was no
longer an issue anyway.
This commit is contained in:
Chris Rees 2012-11-21 18:12:28 +00:00
parent 341b240dc7
commit 611a799088
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243374

View File

@ -354,7 +354,7 @@ for i in ${templates} ; do
subdir=${j##*/}
if [ -d $j -a ! -f $j.cpio.gz ]; then
create_md $subdir
(cd $j && pax -rw . /$subdir)
cp -Rp $j/ /$subdir
fi
done
for j in /conf/$i/*.cpio.gz ; do