X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=36e8ee73ec2633e6b81caee1fed154d33d9d2631;hb=b348c942f4b74f5a1c82dda9de9e9140c7a0fea9;hp=361d5af626c2aa8e9987e7b5ed1c7d16c5a4337a;hpb=d7d45eb9ef727324735774fd42e432730f8845db;p=bootmanager.git 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