]> git.pld-linux.org Git - packages/firefox.git/blobdiff - mozilla-firefox.sh
- cleanup (no system libs installed now)
[packages/firefox.git] / mozilla-firefox.sh
index f9b1cff0bc262211095a9ea3cc795f0553e88644..ac9e4b0b75f8377e4ce87b63ec560c6e78b391e6 100644 (file)
@@ -1,14 +1,11 @@
 #!/bin/sh
 # based on script by (c) vip at linux.pl, wolf at pld-linux.org
 
-if [ `arch` == "x86_64" ]; then
-       LIBDIR="/usr/lib64/mozilla-firefox"
-else
-       LIBDIR="/usr/lib/mozilla-firefox"
-fi
+LIBDIR="@LIBDIR@/mozilla-firefox"
 
 MOZILLA_FIVE_HOME=$LIBDIR
 
+MOZARGS=
 MOZLOCALE="$(/usr/bin/locale | grep "^LC_MESSAGES=" | \
                sed -e "s|LC_MESSAGES=||g" -e "s|\"||g" )"
 for MOZLANG in $(echo $LANGUAGE | tr ":" " ") $MOZLOCALE; do
This page took 0.0259 seconds and 4 git commands to generate.