X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=ec37518e1cfa062317376d67b62bca8a090ccab8;hb=c9e1c143a246343e516be32e43d06f35c99fd9d8;hp=8d43614ef7777bc0287e26c1ca05dfa307fcdc9d;hpb=406f019f1d9d519e16a6b3622b5f89fff2b65daf;p=ipfire-2.x.git diff --git a/make.sh b/make.sh index 8d43614ef7..ec37518e1c 100644 --- a/make.sh +++ b/make.sh @@ -533,6 +533,7 @@ buildipfire() { ipfiremake ethereal ipfiremake tftp-hpa ipfiremake iptraf + ipfiremake bwm-ng ipfiremake nagios } @@ -602,17 +603,11 @@ buildpackages() { beautify message DONE # Create images for install - for i in $IPFVER - do - if [ $i == "devel" ]; then - if [ ! -e ipfire-$VERSION.i586-devel.iso ]; then - ipfiremake cdrom ED=$i - fi - else - ipfiremake cdrom ED=$i + if [ ! -f ipfire-$VERSION.i586-devel.iso ]; then + ipfiremake cdrom ED=devel fi - done - + ipfiremake cdrom ED=full + # Check if there is a loop device for building in virtual environments if [ -e /dev/loop0 ]; then ipfiremake usb-stick