summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mac
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 22:58:15 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 22:58:15 +0000
commit5b59c6bb5ca490f5425d679f81983e28a8bc5a1e (patch)
tree081d42411c62373d381b7573109391c7fb46f142 /chrome/installer/mac
parent6f5f4322d6688abd29d0253a6a8201fb7b1c103d (diff)
downloadchromium_src-5b59c6bb5ca490f5425d679f81983e28a8bc5a1e.zip
chromium_src-5b59c6bb5ca490f5425d679f81983e28a8bc5a1e.tar.gz
chromium_src-5b59c6bb5ca490f5425d679f81983e28a8bc5a1e.tar.bz2
Update keystone_install.sh after r49334.
BUG=45017 TEST=none Review URL: http://codereview.chromium.org/2733007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49338 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mac')
-rwxr-xr-xchrome/installer/mac/keystone_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/mac/keystone_install.sh b/chrome/installer/mac/keystone_install.sh
index 73f0920..9465e64 100755
--- a/chrome/installer/mac/keystone_install.sh
+++ b/chrome/installer/mac/keystone_install.sh
@@ -231,7 +231,7 @@ fi
APP_VERSION_KEY="CFBundleShortVersionString"
UPD_VERSION_APP=$(defaults read "${SRC}/Contents/Info" "${APP_VERSION_KEY}" ||
exit 2)
-UPD_KS_PLIST="${SRC}/Contents/Versions/${UPD_VERSION_APP}/${FRAMEWORK_DIR}/Resources/Info"
+UPD_KS_PLIST="${SRC}/Contents/Info"
KS_VERSION_KEY="KSVersion"
UPD_VERSION_KS=$(defaults read "${UPD_KS_PLIST}" "${KS_VERSION_KEY}" || exit 2)
PRODUCT_ID=$(defaults read "${UPD_KS_PLIST}" KSProductID || exit 2)
@@ -409,7 +409,7 @@ fi
# to get the path to the framework, where the Keystone keys are stored.
NEW_VERSION_APP=$(defaults read "${DEST}/Contents/Info" "${APP_VERSION_KEY}" ||
exit 9)
-NEW_KS_PLIST="${DEST}/Contents/Versions/${NEW_VERSION_APP}/${FRAMEWORK_DIR}/Resources/Info"
+NEW_KS_PLIST="${DEST}/Contents/Info"
NEW_VERSION_KS=$(defaults read "${NEW_KS_PLIST}" "${KS_VERSION_KEY}" || exit 9)
URL=$(defaults read "${NEW_KS_PLIST}" KSUpdateURL || exit 9)
# The channel ID is optional. Suppress stderr to prevent Keystone from seeing