X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=351d23c61e3e2ceeb4c7d9937be5c24b287901ce;hb=fbfb7321ab7a30cde5b99047854e18841d280f29;hp=a937d05dba10fa66be708817bc2c096956ff0f7a;hpb=a494051e475af89cec61e8d854fb63fc8dc2c4cb;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index a937d05d..351d23c6 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -228,7 +228,10 @@ define_yeti_variable DEFAULT_FEISTYMEOW_ORG_DIR=/opt/feistymeow.org # the archive collections list is a set of directories that are major # repositories of data which can be synched to backup drives. - define_yeti_variable ARCHIVE_COLLECTIONS_LIST= + define_yeti_variable ARCHIVE_COLLECTION_LIST= + # the source collections list is a set of directories that indicate they + # harbor a lot of source code underneath. + define_yeti_variable SOURCE_HIERARCHY_LIST= # initializes the feisty meow build variables, if possible. function initialize_build_variables()