CLITool: Change installation path to /usr/local/bin

This commit is contained in:
Pieter de Bie
2008-11-08 23:16:57 +01:00
parent 00e44b35d0
commit bcc167be1b
+1 -1
View File
@@ -81,7 +81,7 @@
- (IBAction)installCliTool:(id)sender;
{
BOOL success = NO;
NSString* installationPath = @"/usr/bin/gitx";
NSString* installationPath = @"/usr/local/bin/gitx";
NSString* toolPath = [[NSBundle mainBundle] pathForResource:@"gitx" ofType:@""];
if (toolPath) {
AuthorizationRef auth;