From 536c4ad01b49261e277c5bbf3b0118d3722a11fe Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 30 Aug 2006 07:07:54 +0000 Subject: - Build with -rpath (#161958) --- firefox.sh.in | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index 3795280..e51a1e5 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -53,20 +53,9 @@ MOZILLA_FIVE_HOME="$MOZ_DIST_BIN" export MOZILLA_FIVE_HOME -## -## Set LD_LIBRARY_PATH -## -if [ "$LD_LIBRARY_PATH" ] -then - LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins:$LD_LIBRARY_PATH -else - LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins -fi - -export LD_LIBRARY_PATH ## -## Make sure that we set the plugin path for backwards compatibility +## Make sure that we set the plugin path ## if [ "$MOZ_PLUGIN_PATH" ] then -- cgit