totally tasty changes for naming
[feisty_meow.git] / scripts / customize / fred / scripts / archival / update_fredmusicprime.sh
index 97f455c2493982c09733870e0d39edf26e8d5587..80bb07ba4ccba46f5a4cdc86112163238e0f452b 100644 (file)
@@ -21,7 +21,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
 
@@ -30,7 +30,7 @@ sep
 # update source code if present.
 echo getting latest fred repositories...
 pushd "$TARGET_FOLDER"
-update_source_folders $SOURCE_HIERARCHY_LIST
+update_source_folders $SOURCECODE_HIERARCHY_LIST
 
 sep