summaryrefslogtreecommitdiff
blob: d2e4cf3b6d44cbd1312f881ef82b8014ee5daeef (plain)
1
2
3
4
5
6
7
8
9
10
11
--- conduit-0.3.9/conduit/conduit.orig	2007-11-29 01:29:17.000000000 +0100
+++ conduit-0.3.9/conduit/conduit	2008-03-03 02:17:58.000000000 +0100
@@ -7,7 +7,7 @@
 
 # Run mozilla takes care of settin up the appropriate environment variables
 # to run a program using mozilla libs
-FF_PATH=`ls -d /usr/lib/firefox* | tail -n 1`
+FF_PATH=`ls -d /usr/lib/mozilla-firefox* | tail -n 1`
 RUN_MOZILLA=$FF_PATH/run-mozilla.sh
 
 if [ -x $RUN_MOZILLA ]; then