]> git.pld-linux.org Git - packages/monodevelop.git/commitdiff
- xulrunner too auto/th/monodevelop-0_11-2
authorKarol Krenski <charles@pld-linux.org>
Wed, 7 Jun 2006 10:00:59 +0000 (10:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monodevelop-MOZILLA_FIVE_HOME.patch -> 1.7

monodevelop-MOZILLA_FIVE_HOME.patch

index 230f1263247b85d6ae78eb1d0a292f5245445884..89ab85014d48c4c4830f831cc06b1c9e85ed4a21 100644 (file)
@@ -1,6 +1,6 @@
 --- monodevelop-0.11/monodevelop.in.orig       2006-05-06 01:26:55.000000000 +0200
 +++ monodevelop-0.11/monodevelop.in    2006-06-07 08:28:04.000000000 +0200
-@@ -18,12 +18,16 @@
+@@ -18,12 +18,18 @@
  
  if test -n "$MOZILLA_FIVE_HOME"; then
        MOZILLA_HOME=$MOZILLA_FIVE_HOME
@@ -20,6 +20,8 @@
 +      MOZILLA_HOME=@libdir@/mozilla-firefox
 +elif [ -f @libdir@/mozilla-thunderbird/chrome/comm.jar ]; then
 +      MOZILLA_HOME=@libdir@/mozilla-thunderbird
++elif [ -f @libdir@/xulrunner/chrome/comm.jar ]; then
++      MOZILLA_HOME=@libdir@/xulrunner
  else
        echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
        exit 1
This page took 0.07601 seconds and 4 git commands to generate.