projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74b42b
)
tracking nasty path problem for reconfigure
author
Chris Koeritz
<fred@gruntose.com>
Thu, 2 Feb 2017 19:18:30 +0000
(14:18 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 2 Feb 2017 19:18:30 +0000
(14:18 -0500)
scripts/core/reconfigure_feisty_meow.sh
patch
|
blob
|
history
diff --git
a/scripts/core/reconfigure_feisty_meow.sh
b/scripts/core/reconfigure_feisty_meow.sh
index 2b36bd135f4910a11ecb771e11b02c14d80e45a3..661a6754d92b60fcbbe1b13bed2e878f107caff8 100644
(file)
--- a/
scripts/core/reconfigure_feisty_meow.sh
+++ b/
scripts/core/reconfigure_feisty_meow.sh
@@
-41,6
+41,8
@@
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"
# make toast out of generated files right away, but leave any custom scripts.
find "$FEISTY_MEOW_LOADING_DOCK" -maxdepth 1 -type f -exec perl "$FEISTY_MEOW_SCRIPTS/files/safedel.pl" "{}" ';'
# &>/dev/null