Damit die USB-Images auch auf Ubuntu-Maschinen gebuat werden koennen.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@859 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
casemaster
2007-08-30 13:19:02 +00:00
parent c5d106c11c
commit eedc26d951
2 changed files with 2 additions and 2 deletions

View File

@@ -591,7 +591,7 @@ buildpackages() {
ipfiremake cdrom ED=full
# Check if there is a loop device for building in virtual environments
if [ -e /dev/loop0 ]; then
if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then
ipfiremake usb-stick
fi
ipfiremake pxe