trickier and tricker
authorChris Koeritz <fred@gruntose.com>
Sun, 5 Nov 2017 00:22:12 +0000 (20:22 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 5 Nov 2017 00:22:12 +0000 (20:22 -0400)
this is more annoyingly tricky than it seemed at first.

scripts/customize/fred/fred_variables.sh

index c56bec72e04b45b073929cc69bef6b5c87e1fe7d..e53f9b5b11600ea368b511f80c0699c4d1f83c0b 100644 (file)
@@ -25,7 +25,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then
     # first, simple projects.
     REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -type d)"
     # then, site avenger specific projects.
-    REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 1 -mindepth 1 -iname "avenger5" -type d)"
+    REPOSITORY_LIST+="$(find "$HOME/apps" -maxdepth 2 -mindepth 2 -iname "avenger5" -type d)"
   fi
 
   # adds our locally relevant archive folders into the list to be synched.