Update prebuilt.py call to use the _proper_ variable for finding the

build root.
This commit is contained in:
Scott Zawalski 2010-11-02 17:50:58 -07:00
parent b8751abcb1
commit 667ad56014

View File

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