[freenet-cvs] r20885 - trunk/apps/new_installer/res/unix

nextgens at freenetproject.org nextgens at freenetproject.org
Tue Jul 1 04:07:26 UTC 2008


Author: nextgens
Date: 2008-07-01 04:07:26 +0000 (Tue, 01 Jul 2008)
New Revision: 20885

Modified:
   trunk/apps/new_installer/res/unix/run.sh
Log:
new-installer: fix run.sh for macos tiger

Modified: trunk/apps/new_installer/res/unix/run.sh
===================================================================
--- trunk/apps/new_installer/res/unix/run.sh	2008-07-01 03:29:42 UTC (rev 20884)
+++ trunk/apps/new_installer/res/unix/run.sh	2008-07-01 04:07:26 UTC (rev 20885)
@@ -174,7 +174,7 @@
     'hp-ux' | 'hp-ux64')
         DIST_OS="hpux"
         ;;
-    'darwin')
+    'darwin' | 'oarwin')
         DIST_OS="macosx"
 	
 	#We use the 1.5 jvm if it exists




More information about the cvs mailing list