[freenet-cvs] r12543 - trunk/apps/new_installer

nextgens at freenetproject.org nextgens at freenetproject.org
Fri Apr 6 17:35:23 UTC 2007


Author: nextgens
Date: 2007-04-06 17:35:23 +0000 (Fri, 06 Apr 2007)
New Revision: 12543

Modified:
   trunk/apps/new_installer/ProcessPanel.Spec.xml
   trunk/apps/new_installer/install.xml
Log:
new_installer: DOH! maybe fix the installer on MacOS

Modified: trunk/apps/new_installer/ProcessPanel.Spec.xml
===================================================================
--- trunk/apps/new_installer/ProcessPanel.Spec.xml	2007-04-06 17:19:08 UTC (rev 12542)
+++ trunk/apps/new_installer/ProcessPanel.Spec.xml	2007-04-06 17:35:23 UTC (rev 12543)
@@ -7,4 +7,8 @@
 		<os family="unix" />
 		<executefile name="$INSTALL_PATH/bin/1run.sh"/>
 	</job>
+	<job name="Downloading required files (unix)">
+		<os family="mac" />
+		<executefile name="$INSTALL_PATH/bin/1run.sh"/>
+	</job>
 </processing>

Modified: trunk/apps/new_installer/install.xml
===================================================================
--- trunk/apps/new_installer/install.xml	2007-04-06 17:19:08 UTC (rev 12542)
+++ trunk/apps/new_installer/install.xml	2007-04-06 17:35:23 UTC (rev 12543)
@@ -27,6 +27,7 @@
 		</laf>
 		<laf name="liquid">
 			<os family="unix"/>
+			<os family="mac"/>
 		</laf>
 	</guiprefs>
 
@@ -145,6 +146,7 @@
 
 		<pack name="Unix" id="unix" required="yes" os="unix">
 			<os family="unix"/>
+			<os family="mac"/>
 			<description>An UNIX specific catch-all pack</description>
 
 			<fileset dir="res/unix/" targetdir="$INSTALL_PATH">




More information about the cvs mailing list