prep for update site
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
index ce754fe..720a308 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
@@ -36,7 +36,7 @@
echo " ./runUpdateAllProjects.sh -vcs Galileo -b <buildrepositorypath> | tee out.txt"
echo " "
echo " # for Galilo"
-echo " ./runUpdateAllProjects.sh -vcs Galileo -b "$HOME"/download/webtools/downloads/drops/R3.1/S-3.1RC4-20090608061637/updateSite | tee out.txt"
+echo " ./runUpdateAllProjects.sh -vcs Galileo -b "$HOME"/downloads/webtools/downloads/drops/R3.1/S-3.1RC4-20090608061637/updateSite | tee out.txt"
echo " "
echo " When complete, be sure to inspect or at least grep the out.txt file for anomilies, e.g. "
echo " grep failed out.txt"
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
index d95c1b7..208919c 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
@@ -84,7 +84,7 @@
rsync -rp "${HOME}"/downloads/webtools/downloads/drops/R0.5/I-I20090528002428-20090528002428/updateSite/plugins/* "${testUpdateSite}"/plugins/
-./createMirrorFile.sh -s "$stream" -b "$buildrepositorypath"
+./createMirrorFile.sh -s "$stream" -b "${testUpdateSite}"
if [ "$?" -ne 0 ]
then