mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
traking pak command line changes...
This commit is contained in:
parent
c164aa4ba5
commit
cc0a428e2b
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ for pakfile in $*; do
|
||||||
|
|
||||||
mkdir ${tmp}
|
mkdir ${tmp}
|
||||||
cd ${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
|
mv ${pakfile} ${pakfile}.bak
|
||||||
gzip -rv9 *
|
gzip -rv9 *
|
||||||
pak -vcf ${pakfile} `zcat pakfile.lst.gz`
|
pak -vc ${pakfile} `zcat pakfile.lst.gz`
|
||||||
cd -
|
cd -
|
||||||
rm -rf ${tmp}
|
rm -rf ${tmp}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue