From 7a27a3d1100e99a7ce45cfbf302f86b914cada9a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 15 Jan 2012 22:17:47 -0800 Subject: [PATCH] updated while seeking weird build issues from relative paths. --- scripts/generator/build_variables.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.34.1