totally tasty changes for naming
[feisty_meow.git] / scripts / customize / fred / scripts / archival / update_soapbox.sh
index 5e1b98cc88806b82177763810eb22ef4fd1bf2db..57e1ba748dd75388c97ab0da55a82c62f5708ecf 100644 (file)
@@ -18,7 +18,7 @@ if [ $? -ne 0 ]; then
 fi
 
 # synch all our targets.
-for currdir in $ARCHIVE_COLLECTION_LIST; do
+for currdir in $MAJOR_ARCHIVE_SOURCES; do
   synch_directory_to_target "$currdir" "$TARGET_FOLDER/$(basename $currdir)"/
 done
 
@@ -27,7 +27,7 @@ sep
 # update source code if present.
 echo getting latest fred repositories...
 pushd "$TARGET_FOLDER"
-for currdir in $SOURCE_HIERARCHY_LIST; do
+for currdir in $SOURCECODE_HIERARCHY_LIST; do
   update_source_folders "$curr_dir"
 done
 sep