mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
make zpak work with the new pak
This commit is contained in:
parent
b4b14b096f
commit
2338d0c157
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ for pakfile in $*; do
|
|||
|
||||
mkdir ${tmp}
|
||||
cd ${tmp}
|
||||
pak vxf ${pakfile} | sed -e 's/$/.gz/' > pakfile.lst
|
||||
pak -vxf ${pakfile} | sed -e 's/$/.gz/' > pakfile.lst
|
||||
mv ${pakfile} ${pakfile}.bak
|
||||
gzip -rv9 *
|
||||
pak vcf ${pakfile} `zcat pakfile.lst.gz`
|
||||
pak -vcf ${pakfile} `zcat pakfile.lst.gz`
|
||||
cd -
|
||||
rm -rf ${tmp}
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue