From 4b7a52dcde466c2a657a304504a3e3d4bf64c59a Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 20 Apr 2011 15:48:58 +0200 Subject: autofetch syslinux --- install-usb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install-usb') diff --git a/install-usb b/install-usb index 49c1a62..39f84cd 100755 --- a/install-usb +++ b/install-usb @@ -10,6 +10,8 @@ fi OUT_DEV=$1 SYSLINUX=$ROOT_DIR/contrib/syslinux/latest +[ ! -f $SYSLINUX/Makefile ] && $ROOT_DIR/contrib/syslinux/fetch.sh + if [ -z $OUT_DEV ]; then echo "no dev" exit 1 -- cgit v1.2.3-55-g7522