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* | 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 |