From bd6004c2e939350afbad732bb76b4f127c490c3a Mon Sep 17 00:00:00 2001 From: sparky Date: Sun, 26 Feb 2006 22:05:59 +0000 Subject: [PATCH] - build-time libdir check Changed files: mozilla-firefox.sh -> 1.12 --- mozilla-firefox.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mozilla-firefox.sh b/mozilla-firefox.sh index f9b1cff..3dcb118 100644 --- a/mozilla-firefox.sh +++ b/mozilla-firefox.sh @@ -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 -- 2.43.0