From 53f189e92f5f2e05086ed657ff8bc2fc39d19b9e Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Thu, 6 Jan 2011 00:44:36 -0800 Subject: [PATCH] Update gsutil path as it has changed --- prebuilt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt.py b/prebuilt.py index 5330191b3a..707362b316 100755 --- a/prebuilt.py +++ b/prebuilt.py @@ -42,7 +42,7 @@ Example of uploading prebuilt amd64 host files using rsync: # as per http://crosbug.com/5855 always filter the below packages _FILTER_PACKAGES = set() _RETRIES = 3 -_GSUTIL_BIN = '/b/third_party/gsutil/gsutil' +_GSUTIL_BIN = '/b/build/third_party/gsutil/gsutil' _HOST_PACKAGES_PATH = 'chroot/var/lib/portage/pkgs' _HOST_TARGET = 'amd64' _BOARD_PATH = 'chroot/build/%(board)s'