SOURCES: mozilla-firefox.sh - build-time libdir check

sparky sparky at pld-linux.org
Sun Feb 26 23:06:04 CET 2006


Author: sparky                       Date: Sun Feb 26 22:06:04 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build-time libdir check

---- Files affected:
SOURCES:
   mozilla-firefox.sh (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SOURCES/mozilla-firefox.sh
diff -u SOURCES/mozilla-firefox.sh:1.11 SOURCES/mozilla-firefox.sh:1.12
--- SOURCES/mozilla-firefox.sh:1.11	Thu Jan 26 14:25:45 2006
+++ SOURCES/mozilla-firefox.sh	Sun Feb 26 23:05:59 2006
@@ -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
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mozilla-firefox.sh?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list