Update relative path to be 4 directories deep since archive_build's cwd

is abused throughout the script and this is where end up at when prebuilt
is called

BUG=8389
TEST=Ran from the directory archive_build actually runs from.

Review URL: http://codereview.chromium.org/4119017
This commit is contained in:
Scott Zawalski 2010-10-29 10:40:57 -07:00
parent cf51905a08
commit 720364bf56

View File

@ -269,7 +269,7 @@ fi
# This will upload prebuilt packages to Google Storage.
prebuilt_cmd="${SCRIPTS_DIR}/prebuilt.py"
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
prebuilt_cmd="$prebuilt_cmd -p $(readlink -f ../..) -b ${FLAGS_board}"
prebuilt_cmd="$prebuilt_cmd -p $(readlink -f ../../../..) -b ${FLAGS_board}"
if [ "${FLAGS_BOARD}" == "x86-generic" ]
then