X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=f13f4afeb83565738a042e42a051fc78ca38f826;hb=a311833fce168b970195f8e34415619c26bc0226;hp=08c9e9a00422caff1411c52e20649c3eb69756c5;hpb=ec0607714e0846cbf25687be2c915eb28b521f4c;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 08c9e9a0..f13f4afe 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -543,13 +543,23 @@ we will skip recustomization, but these other customizations are available: # there's an existing link, so remove it. \rm custom fi + # make sure we cleaned up the area before we re-link. if [ -h custom -o -d custom -o -f custom ]; then echo " Due to an over-abundance of caution, we are not going to remove an unexpected -'custom' object in the file system. This is located here: - $(pwd) +'custom' object found in the file system. This object is located in the +feisty meow loading dock here: $(pwd) +And here is a description of the rogue 'custom' object: " - ls -al . + ls -al custom + echo " +If you are pretty sure that this is just a remnant of an older approach in +feisty meow, where we copied the custom directory rather than linking it +(and it most likely is just such a bit of cruft of that nature), then please +remove that old remnant 'custom' item, for example by saying: + /bin/rm -rf \"custom\" ; popd +Sorry for the interruption, but we want to make sure this removal wasn't +automatic if there is even a small amount of doubt about the issue." return 1 fi