mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
Edit the package version when building a release.
This commit is contained in:
parent
2edac1a438
commit
8516891329
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ mv quakeforge quakeforge-$ver
|
|||
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
|
||||
fi
|
||||
mkdir -p linux.o qf-win32.o
|
||||
./bootstrap
|
||||
#begin linux
|
||||
|
|
Loading…
Reference in a new issue