]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
fix branch in make.sh.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 11 Sep 2011 14:10:00 +0000 (16:10 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 11 Sep 2011 14:10:00 +0000 (16:10 +0200)
make.sh

diff --git a/make.sh b/make.sh
index 99fc86f491c52699b8825c6b61c171ad9713d0d8..37438678cd2e57a824684efeb2a1884604d2e9ce 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -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