X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgenerator%2Fbuild_variables.sh;h=6773ac56ffa2b8fcd39b74e7e3404feb17361f4d;hb=97c4b29f11edd9381ab184ba2ac57725060baf78;hp=51547807acf02d0ccb05e402212624fe4677684f;hpb=12271e032cc820565839dc4029666edac84de8ba;p=feisty_meow.git diff --git a/scripts/generator/build_variables.sh b/scripts/generator/build_variables.sh index 51547807..6773ac56 100644 --- a/scripts/generator/build_variables.sh +++ b/scripts/generator/build_variables.sh @@ -155,12 +155,7 @@ fi # new BUILD_TOP variable points at the utter top-most level of any files # in the building hierarchy. -if [ -d "$REPOSITORY_DIR/../../build" ]; then - export BUILD_TOP="$REPOSITORY_DIR/../.." -else - # this is actually just a guess. - export BUILD_TOP="$REPOSITORY_DIR" -fi +export BUILD_TOP="$REPOSITORY_DIR" # this variable points at a folder where we store most of the generated products # of the build. these tend to be the things that will be used for packaging into