From: Chris Koeritz Date: Mon, 16 Jan 2012 06:17:47 +0000 (-0800) Subject: updated while seeking weird build issues from relative paths. X-Git-Tag: 2.140.90~1663 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=7a27a3d1100e99a7ce45cfbf302f86b914cada9a;p=feisty_meow.git updated while seeking weird build issues from relative paths. --- 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