Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Berrier <wade@mono-cvs.ximian.com>2007-07-07 04:14:54 +0400
committerWade Berrier <wade@mono-cvs.ximian.com>2007-07-07 04:14:54 +0400
commit3082e93da578fbf9f0a33baf529d23a3c6b0e203 (patch)
tree5c807ff0e4726b4b5055bae2a042ad5614715b0d /ilcontrast
parent2d7e5399cbb4252020144b444ba40b62ba993432 (diff)
2007-07-06 Wade Berrier <wberrier@novell.com>
* monodoc.in: search gre.d to aid in finding libgtkembedmoz (Stolen from monodevelop wrapper) * ilcontrast.in: search gre.d to aid in finding libgtkembedmoz (Stolen from monodevelop wrapper) svn path=/trunk/mono-tools/; revision=81537
Diffstat (limited to 'ilcontrast')
-rw-r--r--ilcontrast/ChangeLog5
-rw-r--r--ilcontrast/ilcontrast.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/ilcontrast/ChangeLog b/ilcontrast/ChangeLog
index 90ffdc23..535547bc 100644
--- a/ilcontrast/ChangeLog
+++ b/ilcontrast/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-06 Wade Berrier <wberrier@novell.com>
+
+ * ilcontrast.in: search gre.d to aid in finding libgtkembedmoz
+ (Stolen from monodevelop wrapper)
+
2007-01-31 Mike Kestner <mkestner@novell.com>
* Window.cs: break a 2.6 dep by removing AboutDialog usage.
diff --git a/ilcontrast/ilcontrast.in b/ilcontrast/ilcontrast.in
index 29e8d6cd..2c09f2b4 100644
--- a/ilcontrast/ilcontrast.in
+++ b/ilcontrast/ilcontrast.in
@@ -20,6 +20,8 @@ elif test x@MOZILLA_HOME@ != x; then
if [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
MOZILLA_HOME=@MOZILLA_HOME@
fi
+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 xulrunner 2> /dev/null) ] > /dev/null ; then
MOZILLA_FIVE_HOME=`getdirectory xulrunner`
MOZILLA_HOME=$MOZILLA_FIVE_HOME