Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2012-05-26 01:12:51 +02:00
commit 6653b060af
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ fi
--enable-shared \
$CONFIG_LIBXML \
--disable-ipv6 \
--without-python \
--without-crypto
make

View File

@ -43,7 +43,7 @@ fi
DISK="$1/OpenELEC.img"
VMDK="$1/OpenELEC.vmdk"
LOOP="/dev/loop0"
LOOP=$(losetup -f)
clear
echo "#########################################################"