[Monodevelop-patches-list] r2561 - trunk/MonoDevelop

Wade Berrier wade at mono-cvs.ximian.com
Wed May 25 19:00:01 EDT 2005


Author: wade
Date: 2005-05-25 19:00:01 -0400 (Wed, 25 May 2005)
New Revision: 2561

Modified:
   trunk/MonoDevelop/ChangeLog
   trunk/MonoDevelop/monodevelop.in
Log:
* monodevelop.in:
   - Also search the firefox shell script for MOZILLA_FIVE_HOME.
   This was done for installations that have firefox installed, but no
   mozilla shell script.



Modified: trunk/MonoDevelop/ChangeLog
===================================================================
--- trunk/MonoDevelop/ChangeLog	2005-05-24 16:22:06 UTC (rev 2560)
+++ trunk/MonoDevelop/ChangeLog	2005-05-25 23:00:01 UTC (rev 2561)
@@ -1,3 +1,11 @@
+2005-05-25  Wade Berrier <wberrier at novell.com>
+
+	* monodevelop.in:
+	    - Also search the firefox shell script for MOZILLA_FIVE_HOME.
+	    This was done for installations that have firefox installed, 
+	    but no mozilla shell script
+
+
 2005-05-15  Ben Maurer  <bmaurer at ximian.com>
 
 	* configure.in, */Makefile.am:

Modified: trunk/MonoDevelop/monodevelop.in
===================================================================
--- trunk/MonoDevelop/monodevelop.in	2005-05-24 16:22:06 UTC (rev 2560)
+++ trunk/MonoDevelop/monodevelop.in	2005-05-25 23:00:01 UTC (rev 2561)
@@ -22,6 +22,8 @@
         MOZILLA_HOME=@MOZILLA_HOME@
 elif [ $(which mozilla) ] && grep MOZILLA_FIVE_HOME= "$(which mozilla)" > /dev/null ; then
 	MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which mozilla) | cut -d '"' -f 2)
+elif [ $(which firefox) ] && grep MOZILLA_FIVE_HOME= "$(which firefox)" > /dev/null ; then
+	MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which firefox) | cut -d '"' -f 2)
 else
 	echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
 	exit 1




More information about the Monodevelop-patches-list mailing list