mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
Fix incomplete removal of old files.
This commit is contained in:
parent
8e30d3098e
commit
b9401fe7c6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ git_url=${git_url:-git://git.quakeforge.net/gitroot/quake/quakeforge}
|
|||
mkdir -p $RELEASE
|
||||
cd $RELEASE
|
||||
if test $no_rm -ne 1; then
|
||||
rm -rf NEWS quakeforge-* quakeforge_* qfcc_*
|
||||
rm -rf NEWS quakeforge-* qfcc-* quakeforge_* qfcc_*
|
||||
fi
|
||||
git clone $git_url || true
|
||||
mv quakeforge quakeforge-$ver
|
||||
|
|
Loading…
Reference in a new issue