X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=7c552cbe65c3148fdf8285f72f9f9ccd60066132;hb=822a6e8843c456f97d69c1db597da5d604176bb7;hp=351d23c61e3e2ceeb4c7d9937be5c24b287901ce;hpb=a57a1eb6488a758c9f68b6a32e3d846899163a9f;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 351d23c6..7c552cbe 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -226,12 +226,12 @@ define_yeti_variable DEFAULT_FEISTYMEOW_ORG_DIR=/opt/feistymeow.org REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 2 -mindepth 2 -iname "avenger5" -type d) " fi - # 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_COLLECTION_LIST= + # the archive list is a set of directories that are major repositories of + # data which can be synched to backup drives. + define_yeti_variable MAJOR_ARCHIVE_SOURCES= # 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= + define_yeti_variable SOURCECODE_HIERARCHY_LIST= # initializes the feisty meow build variables, if possible. function initialize_build_variables()