mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 22:01:33 +00:00
Use sed's in-place option.
This commit is contained in:
parent
00215f4cbd
commit
f467e2de54
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@ cd quakeforge-$ver
|
|||
git checkout $tag_name
|
||||
cp NEWS $RELEASE
|
||||
if test "$tag_name" != master; then
|
||||
sed -e "s/git-master/$tag_name/" configure.ac > configure.ac-
|
||||
mv configure.ac- configure.ac
|
||||
sed -i -e "s/git-master/$tag_name/" configure.ac
|
||||
fi
|
||||
mkdir -p linux.o qf-win32.o
|
||||
./bootstrap
|
||||
|
|
Loading…
Reference in a new issue