Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 172552 | Differences between
and this patch

Collapse All | Expand All

(-)conduit-0.3.5/conduit/conduit (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
# Run mozilla takes care of settin up the appropriate environment variables
8
# Run mozilla takes care of settin up the appropriate environment variables
9
# to run a program using mozilla libs
9
# to run a program using mozilla libs
10
FF_PATH=`ls -d /usr/lib/firefox* | tail -n 1`
10
FF_PATH=`ls -d /usr/lib/mozilla-firefox* | tail -n 1`
11
RUN_MOZILLA=$FF_PATH/run-mozilla.sh
11
RUN_MOZILLA=$FF_PATH/run-mozilla.sh
12
12
13
if [ -x $RUN_MOZILLA ]; then
13
if [ -x $RUN_MOZILLA ]; then

Return to bug 172552