mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Devel Version immer bauen lassen...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@470 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
14
make.sh
14
make.sh
@@ -602,17 +602,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 [ ! -e 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
|
||||
|
||||
Reference in New Issue
Block a user