cleanups to make system-wide install work
[feisty_meow.git] / scripts / core / variables.sh
index b3119ae55c96e584928a60e47cf417f6e04e4ed9..86cfe17b40f00bd4a5034a37c0494c49d95c0e6b 100644 (file)
@@ -207,7 +207,7 @@ if [ -z "$CORE_VARIABLES_LOADED" ]; then
   # names can be added in your customized scripts.  the space at the end of
   # this variable is important and allows users to extend the list like:
   #    define_yeti_variable REPOSITORY_DIR+="muppets configs"
-  define_yeti_variable REPOSITORY_LIST="feisty_meow "
+  define_yeti_variable REPOSITORY_LIST="$(basename $FEISTY_MEOW_APEX) "
   
   # initializes the feisty meow build variables, if possible.
   function initialize_build_variables()