summaryrefslogtreecommitdiff
blob: 91f01be4b4e10c7d159a641775e80a6af33831c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- conduit-0.3.12/conduit/conduit.orig	2008-07-18 08:58:17.000000000 +0200
+++ conduit-0.3.12/conduit/conduit	2008-07-18 08:58:40.000000000 +0200
@@ -8,7 +8,7 @@
 # Run mozilla takes care of settin up the appropriate environment variables
 # to run a program using mozilla libs
 
-for d in `ls -d /usr/lib*/firefox* | sort -r`
+for d in `ls -d /usr/lib*/mozilla-firefox* | sort -r`
 do
     if [ -x $d/run-mozilla.sh ]; then
         echo INFO: FOUND FIREFOX LIBS AT $d