]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Merge commit 'origin/next'
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 27 Nov 2010 00:18:29 +0000 (01:18 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 27 Nov 2010 00:18:29 +0000 (01:18 +0100)
Conflicts:
make.sh

make.sh

diff --git a/make.sh b/make.sh
index 24753ce9ce9d3eb41de3f31bd0eeb4db58267fed..d9abd2a4746d416499e8b67996cfa95001263c02 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -690,7 +690,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