Re: El Capitan issue: installing command line tool
"Benjamin C. Pierce" <[email protected]> Mon, 15 Jun 2015 15:46:47 -0400
| Newsgroups | gmane.network.unison.devel |
|---|---|
| Message-ID | <[email protected]> |
Is this really all that’s needed?? I didn’t write this bit and haven’t investigated how it works, but I’m surprised that the only change is in code that appears only to be checking for the existence of the command-line tool, not putting anything anywhere… - B > On Jun 11, 2015, at 6:09 PM, Alan Shutko <[email protected]> wrote: > > Ok, that wasn’t much… > > diff --git a/src/uimac14/MyController.m b/src/uimac14/MyController.m > index b10d689..7fc00f4 100644 > --- a/src/uimac14/MyController.m > +++ b/src/uimac14/MyController.m > @@ -182,7 +182,7 @@ static MyController *me; // needed by reloadTable and displayStatus, below > /* unless user has clicked Don't ask me again, ask about cltool */ > if ( ([[NSUserDefaults standardUserDefaults] boolForKey:@"CheckCltool"]) && > (![[NSFileManager defaultManager] > - fileExistsAtPath:@"/usr/bin/unison"]) ) > + fileExistsAtPath:@"/usr/local/bin/unison"]) ) > [self raiseCltoolWindow:nil]; > } > > >> On Jun 10, 2015, at 8:02 AM, Alan Shutko <[email protected]> wrote: >> >> I just installed 10.11 preview, and the new security they have blocks us from installing the Unison command line tool in /usr/bin. It works fine if we install in /usr/local/bin. I’ll work on a patch to change that. >> _______________________________________________ >> Unison-hackers mailing list >> [email protected] >> http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers > > _______________________________________________ > Unison-hackers mailing list > [email protected] > http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers _______________________________________________ Unison-hackers mailing list [email protected] http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers