--- conduit-0.3.7/conduit/conduit.orig 2008-02-16 20:11:42.000000000 +0100 +++ conduit-0.3.7/conduit/conduit 2008-02-16 20:12:01.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