traking pak command line changes...

This commit is contained in:
Bill Currie 2002-05-07 03:47:01 +00:00
parent c164aa4ba5
commit cc0a428e2b

View file

@ -14,10 +14,10 @@ for pakfile in $*; do
mkdir ${tmp}
cd ${tmp}
pak -vxf ${pakfile} | sed -e 's/$/.gz/' > pakfile.lst
pak -vx ${pakfile} | sed -e 's/$/.gz/' > pakfile.lst
mv ${pakfile} ${pakfile}.bak
gzip -rv9 *
pak -vcf ${pakfile} `zcat pakfile.lst.gz`
pak -vc ${pakfile} `zcat pakfile.lst.gz`
cd -
rm -rf ${tmp}
done