[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Sun Oct 8 01:25:36 MDT 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files by tmclau02
Modified Files:
patch-monodevelop.in
Log Message:
Some GECKO related updates
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files/patch-monodevelop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files/patch-monodevelop.in 2006/09/17 07:16:49 1.5
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/files/patch-monodevelop.in 2006/10/08 07:25:36 1.6
@@ -4,8 +4,8 @@
MOZILLA_HOME=$MOZILLA_FIVE_HOME
elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
MOZILLA_HOME=@MOZILLA_HOME@
-+elif [ -f %%X11BASE%%/lib/firefox/chrome/comm.jar ]; then
-+ MOZILLA_HOME=%%X11BASE%%/lib/firefox
++elif [ -f %%MOZILLA%%/chrome/comm.jar ]; then
++ MOZILLA_HOME=%%MOZILLA%%
elif grep GRE_PATH /etc/gre.d/*.conf > /dev/null ; then
MOZILLA_HOME=$(grep -h GRE_PATH= /etc/gre.d/*.conf | cut -d '"' -f 2 -d = | head -n 1)
elif [ $(which mozilla) ] && grep MOZILLA_FIVE_HOME= "$(which mozilla)" > /dev/null ; then
More information about the Bsd-sharp-cvs
mailing list