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.13/conduit/conduit.orig (-1 / +1 lines)
Lines 8-14 Link Here
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
10
11
for d in `ls -d /usr/lib*/firefox* | sort -r`
11
for d in `ls -d /usr/lib*/{mozilla-,}firefox* 2> /dev/null | sort -r`
12
do
12
do
13
    if [ -x $d/run-mozilla.sh ]; then
13
    if [ -x $d/run-mozilla.sh ]; then
14
        echo INFO: FOUND FIREFOX LIBS AT $d
14
        echo INFO: FOUND FIREFOX LIBS AT $d

Return to bug 172552