]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- build-time libdir check
authorsparky <sparky@pld-linux.org>
Sun, 26 Feb 2006 22:05:59 +0000 (22:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox.sh -> 1.12

mozilla-firefox.sh

index f9b1cff0bc262211095a9ea3cc795f0553e88644..3dcb11812ba9ecceb7c48058b2ce7cee4877a9da 100644 (file)
@@ -1,11 +1,7 @@
 #!/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
 
This page took 0.04004 seconds and 4 git commands to generate.