mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +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}
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue