if a directory actually just lived in /z/ before rather than being linked in from /home/archives, the old version of the script would miss it and not do the refred or whatever properly. now it will.
done
#echo arch addin now is: $arch_addin
+ # now another round with similar setup, to ensure we get any directories
+ # that actually live out in /z but not in /home/archives.
+ ARCHIVE_TOP=/z
+ for dirname in $arch_builder; do
+ arch_addin+="$ARCHIVE_TOP/$dirname "
+ done
+#echo arch addin now is: $arch_addin
+
# special case that makes our software hierarchy folder, if it doesn't exist.
# everything else is only re-permed if it exists.
if [ ! -d "$DEFAULT_FEISTYMEOW_ORG_DIR" ]; then