Search for root-level "build" directory when finding STAGE0.
authorChris Hanson <org/chris-hanson/cph>
Tue, 9 Jan 2018 02:06:30 +0000 (21:06 -0500)
committerChris Hanson <org/chris-hanson/cph>
Tue, 9 Jan 2018 02:06:30 +0000 (21:06 -0500)
etc/run-three-stages

index f1ef7d458384f125e20ae48ff594f1d36c2baa99..e5fa0fbce6aec9bc3af2a7c68cd793d85b828639 100755 (executable)
@@ -94,6 +94,7 @@ find_stage ()
         fi
         find_build_stage stage0 && return 0
        find_dist_stage $(pwd)/stage0 && return 0
+        find_build_stage build && return 0
        find_dist_stage /usr/local && return 0
     else
         find_build_stage "${1}" && return 0