X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=757acec52f7b4563b66752b6d4dd7ea1d4df7e8b;hp=65244c04bde33bed35d86003b2d675b71c9ce1d8;hb=85981472c3ef260141178afe9a006935ecb913e2;hpb=464d238a61a102ff0729f2cc3c23f05dab03aa87 diff --git a/make.sh b/make.sh index 65244c04bd..757acec52f 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.13" # Version number CORE="69" # Core Level (Filename) -PAKFIRE_CORE="68" # Core Level (PAKFIRE) +PAKFIRE_CORE="69" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -766,6 +766,14 @@ buildipfire() { ipfiremake sendEmail ipfiremake sysbench ipfiremake strace + ipfiremake ipfire-netboot + ipfiremake lcdproc + ipfiremake perl-Carp-Clan + ipfiremake perl-Date-Calc + ipfiremake perl-Date-Manip + ipfiremake perl-File-Tail + ipfiremake perl-TimeDate + ipfiremake swatch echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild