tastier messaging re custom folder issue
authorChris Koeritz <fred@gruntose.com>
Mon, 13 May 2019 22:28:37 +0000 (18:28 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 13 May 2019 22:28:37 +0000 (18:28 -0400)
explains a bit better plus provides the remedy command now.

scripts/core/functions.sh

index 08c9e9a00422caff1411c52e20649c3eb69756c5..3bac8fead47e3d5a6f10109927dd17a121249321 100644 (file)
@@ -548,8 +548,17 @@ we will skip recustomization, but these other customizations are available:
 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)
-"
+and here are the current contents, showing the rogue 'custom' folder:"
       ls -al .
+      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 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 a small amount of doubt about the issue.
+"
       return 1
     fi