From 720364bf568101f375e62276d6af83c61e18b3fd Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Fri, 29 Oct 2010 10:40:57 -0700 Subject: [PATCH] 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 --- archive_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive_build.sh b/archive_build.sh index 52ac3cb33f..76654e66db 100755 --- a/archive_build.sh +++ b/archive_build.sh @@ -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