fix branch in make.sh.

This commit is contained in:
Arne Fitzenreiter
2011-09-11 16:10:00 +02:00
parent b0dcbdeae4
commit 39017f76e7

View File

@@ -709,7 +709,7 @@ buildipfire() {
echo >> $BASEDIR/build/var/ipfire/firebuild
cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild
echo $PAKFIRE_CORE > $BASEDIR/build/opt/pakfire/db/core/mine
if [ "$GIT_BRANCH" = "next" ]; then
if [ "$GIT_BRANCH" = "master" ]; then
echo "$NAME $VERSION - (Development Build: $GIT_LASTCOMMIT)" > $BASEDIR/build/etc/system-release
else
echo "$NAME $VERSION - $GIT_BRANCH" > $BASEDIR/build/etc/system-release