From: Michael B. <Mic...@in...> - 2010-07-14 14:45:19
|
Not sure whether this has been resolved or not over the email list, but I just got a new machine and tried to install and got the installation error that various people have been mentioning. All I did to resolve the problem was to copy the SSHKeychain package to my hard drive, then edited SSHKeychain.pkg/Contents/Resources/postinstall to either comment out the line 'chown -R $USER:$USER "$2/SSHKeychain.app"' or change $USER:$USER to $USER:staff. In my case, I just commented it out then manually did the chmod step later. Same should work for upgrades. |