fix: yum clean all installroot was pointing at the wrong directory
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 22 Feb 2008 20:52:00 +0000 (20:52 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 22 Feb 2008 20:52:00 +0000 (20:52 +0000)
build.sh

index dc0d7a1..00cda86 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -143,7 +143,7 @@ done
 
 # Build the base Bootstrap filesystem
 # clean out yum cache to reduce space requirements
-yum -c ${vref}/etc/yum.conf --installroot=${vdir} -y clean all
+yum -c ${vref}/etc/yum.conf --installroot=${vref} -y clean all
 
 echo "--------STARTING tar'ing PlanetLab-Bootstrap.tar.bz2: $(date)"
 tar -cpjf PlanetLab-Bootstrap.tar.bz2 -C ${vref} .