X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbuild_variables.sh;h=ff710d985a802eeb82e38ba212e6da5cc1f0fb25;hb=b70fe636fde2c1eb990ac07cf5e1e1a2189cfffb;hp=d9b6a96628b180397db4da8912f7903ce889d8a4;hpb=a1f3c65741691541c269f9e74626ac764e27cc03;p=feisty_meow.git diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index d9b6a966..ff710d98 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -194,7 +194,7 @@ fi # now compute some more paths with a bit of "heuristics" for where we can # find the source code. -export TOOL_SOURCES="$REPOSITORY_DIR/core/tools" +export TOOL_SOURCES="$REPOSITORY_DIR/nucleus/tools" if [ ! -d "$TOOL_SOURCES/dependency_tool" -o ! -d "$TOOL_SOURCES/clam_tools" ]; then if [ ! -d "$TOOL_SOURCES/dependency_tool" -o ! -d "$TOOL_SOURCES/clam_tools" ]; then echo "This script cannot locate the tool source code folder. This is where the"