mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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
|
cd quakeforge-$ver
|
||||||
git checkout $tag_name
|
git checkout $tag_name
|
||||||
cp NEWS $RELEASE
|
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
|
mkdir -p linux.o qf-win32.o
|
||||||
./bootstrap
|
./bootstrap
|
||||||
#begin linux
|
#begin linux
|
||||||
|
|
Loading…
Reference in a new issue