From b348c942f4b74f5a1c82dda9de9e9140c7a0fea9 Mon Sep 17 00:00:00 2001
From: Aaron Klingaman <alk@cs.princeton.edu>
Date: Tue, 31 May 2005 16:44:03 +0000
Subject: [PATCH] move support files to /boot

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.47.0