X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Freconfigure_feisty_meow.sh;h=e44d017c2042e53873b2b4f181f4e7c656d0f6ce;hb=4cfdd08aaad4926a3133d96076d3e4cae78adb3a;hp=3a36be63bb74c1ca9f13b27d111bd9b1944669f2;hpb=6d2ec9becc9374e514a30f49763eca1f071d0e73;p=feisty_meow.git diff --git a/scripts/core/reconfigure_feisty_meow.sh b/scripts/core/reconfigure_feisty_meow.sh index 3a36be63..e44d017c 100644 --- a/scripts/core/reconfigure_feisty_meow.sh +++ b/scripts/core/reconfigure_feisty_meow.sh @@ -41,8 +41,11 @@ export FEISTY_MEOW_LOADING_DOCK="$HOME/.zz_feisty_loading" if [ ! -d "$FEISTY_MEOW_LOADING_DOCK" ]; then mkdir -p "$FEISTY_MEOW_LOADING_DOCK" fi +# need to add some paths explicitly until we've bootstrapped ourselves. +export PERLLIB=$PERLLIB:"$FEISTY_MEOW_SCRIPTS/files":"$FEISTY_MEOW_SCRIPTS/generator" # make toast out of generated files right away, but leave any custom scripts. -find "$FEISTY_MEOW_LOADING_DOCK" -maxdepth 1 -type f -exec rm -f "{}" ';' &>/dev/null +find "$FEISTY_MEOW_LOADING_DOCK" -maxdepth 1 -type f -exec perl "$FEISTY_MEOW_SCRIPTS/files/safedel.pl" "{}" ';' +# &>/dev/null if [ ! -d "$FEISTY_MEOW_LOADING_DOCK/custom" ]; then mkdir "$FEISTY_MEOW_LOADING_DOCK/custom" fi