Commit e5662990 authored by garykac@chromium.org's avatar garykac@chromium.org

[Chromoting] Fix keystone install script to use .pkg instead of .mpkg.

Iceberg builds .mpkgs, but Packages builds flat .pkgs. We switch to using
Packages because it can create "flag packages" that we can sign and 
signing is required for Mac OS X 10.8.

When we switched from .mpkg to .pkg, the keystone installer script was
not updated. So keystone installs are not happening.
Review URL: https://chromiumcodereview.appspot.com/10831041

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148655 0039d316-1c4b-4281-b951-d872f2087c98
parent 3f213ad0
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
# Version = @@VERSION@@ # Version = @@VERSION@@
/usr/sbin/installer -pkg "$1/@@HOST_PKG@@.mpkg" -target / /usr/sbin/installer -pkg "$1/@@HOST_PKG@@.pkg" -target /
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment