From: Aaron Klingaman Date: Tue, 31 May 2005 16:44:03 +0000 (+0000) Subject: move support files to /boot X-Git-Tag: BOOTCD_V_3_1~13 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=b348c942f4b74f5a1c82dda9de9e9140c7a0fea9 move support files to /boot --- diff --git a/build.sh b/build.sh index 361d5af..36e8ee7 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ UUDECODE=/usr/bin/uudecode # once we get the beta cds out of use, this can be removed if [ ! -x $UUDECODE ]; then UUDECODE=/tmp/uudecode - curl -s http://boot.planet-lab.org/alpina-v3/uudecode.gz | gzip -d -c > $UUDECODE + curl -s http://boot.planet-lab.org/boot/uudecode.gz | gzip -d -c > $UUDECODE chmod +x $UUDECODE fi