mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 15:41:59 +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
|
git checkout $tag_name
|
||||||
cp NEWS $RELEASE
|
cp NEWS $RELEASE
|
||||||
if test "$tag_name" != master; then
|
if test "$tag_name" != master; then
|
||||||
sed -e "s/git-master/$tag_name/" configure.ac > configure.ac-
|
sed -i -e "s/git-master/$tag_name/" configure.ac
|
||||||
mv configure.ac- configure.ac
|
|
||||||
fi
|
fi
|
||||||
mkdir -p linux.o qf-win32.o
|
mkdir -p linux.o qf-win32.o
|
||||||
./bootstrap
|
./bootstrap
|
||||||
|
|
Loading…
Reference in a new issue