From: Arne Fitzenreiter Date: Sun, 15 Feb 2009 23:16:29 +0000 (+0100) Subject: Fix "CORE" variable typo in make.sh X-Git-Tag: v2.5-beta1~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92df1ce6e72af21e835780d63ae4c20a49706131;p=ipfire-2.x.git Fix "CORE" variable typo in make.sh --- diff --git a/make.sh b/make.sh index 5263f5c7da..cc1f540d4e 100755 --- 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() {