move support files to /boot
authorAaron Klingaman <alk@cs.princeton.edu>
Tue, 31 May 2005 16:44:03 +0000 (16:44 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Tue, 31 May 2005 16:44:03 +0000 (16:44 +0000)
build.sh

index 361d5af..36e8ee7 100755 (executable)
--- 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