]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fix "CORE" variable typo in make.sh
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 15 Feb 2009 23:16:29 +0000 (00:16 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 15 Feb 2009 23:16:29 +0000 (00:16 +0100)
make.sh

diff --git a/make.sh b/make.sh
index 5263f5c7dae5249c3fbcc2b61bcf6184a22a6622..cc1f540d4ea8cee2b4aa80c219188988dd2948e1 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -598,7 +598,7 @@ buildipfire() {
   git status >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild
   cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild
-  echo $(CORE) > $BASEDIR/build/opt/pakfire/db/core/mine
+  echo $CORE > $BASEDIR/build/opt/pakfire/db/core/mine
 }
 
 buildinstaller() {