[Unison-hackers] [unison-svn] r548 - in branches/2.48/src: . uimac14

schmitta at seas.upenn.edu schmitta at seas.upenn.edu
Mon Oct 5 14:14:23 EDT 2015


Author: schmitta
Date: 2015-10-05 14:14:23 -0400 (Mon, 05 Oct 2015)
New Revision: 548

Modified:
   branches/2.48/src/RECENTNEWS
   branches/2.48/src/mkProjectInfo.ml
   branches/2.48/src/uimac14/MyController.m
Log:
uimac14: install the command-line tool in /usr/local/bin

Modified: branches/2.48/src/RECENTNEWS
===================================================================
--- branches/2.48/src/RECENTNEWS	2015-10-05 18:11:11 UTC (rev 547)
+++ branches/2.48/src/RECENTNEWS	2015-10-05 18:14:23 UTC (rev 548)
@@ -1,3 +1,7 @@
+CHANGES FROM VERSION 2.48.1
+
+uimac14: install the command-line tool in /usr/local/bin
+-------------------------------
 CHANGES FROM VERSION 2.48.-1
 
 * Preparing for new beta release

Modified: branches/2.48/src/mkProjectInfo.ml
===================================================================
--- branches/2.48/src/mkProjectInfo.ml	2015-10-05 18:11:11 UTC (rev 547)
+++ branches/2.48/src/mkProjectInfo.ml	2015-10-05 18:14:23 UTC (rev 548)
@@ -98,3 +98,4 @@
 
 
 
+

Modified: branches/2.48/src/uimac14/MyController.m
===================================================================
--- branches/2.48/src/uimac14/MyController.m	2015-10-05 18:11:11 UTC (rev 547)
+++ branches/2.48/src/uimac14/MyController.m	2015-10-05 18:14:23 UTC (rev 548)
@@ -1101,7 +1101,7 @@
 
     if (exec_path == nil) return;
     char *args[] = { "-f", (char *)[exec_path UTF8String], 
-		     "/usr/bin/unison", NULL };
+		     "/usr/local/bin/unison", NULL };
 
     myFlags = kAuthorizationFlagDefaults;
     myStatus = AuthorizationExecuteWithPrivileges



More information about the Unison-hackers mailing list