diff --git a/Dothem b/Dothem index a27f221c3f..d05aefa62c 100755 --- a/Dothem +++ b/Dothem @@ -41,7 +41,7 @@ do continue fi "$NWD" . "$BUILDBASE/$branch" $branch && - "$NWD" Meta "$BUILDBASE/$branch/Meta" || { + ln -s "$(pwd)/Meta" "$BUILDBASE/$branch/Meta" || { echo "** Failed to bootstrap $BUILDBASE/$branch" continue }