Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2055)

Unified Diff: chrome/installer/mac/pkg-dmg

Issue 10377173: Do Keychain reauthorization at update time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/mac/pkg-dmg
===================================================================
--- chrome/installer/mac/pkg-dmg (revision 137420)
+++ chrome/installer/mac/pkg-dmg (working copy)
@@ -308,10 +308,10 @@
'cmd_hdiutil' => 'hdiutil',
'cmd_mkdir' => 'mkdir',
'cmd_mktemp' => 'mktemp',
- 'cmd_Rez' => '/Developer/Tools/Rez',
+ 'cmd_Rez' => '/usr/bin/Rez',
'cmd_rm' => 'rm',
'cmd_rsync' => 'rsync',
- 'cmd_SetFile' => '/Developer/Tools/SetFile',
+ 'cmd_SetFile' => '/usr/bin/SetFile',
# create_directly indicates whether hdiutil create supports
# -srcfolder and -srcdevice. It does on >= 10.3 (Panther).
« chrome/browser/chrome_browser_main_mac.mm ('K') | « chrome/installer/mac/keystone_install.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698