From 084a3d1b041540bc5c18d5bb376321888d2315fe Mon Sep 17 00:00:00 2001
From: Christopher Aillon <caillon@fedoraproject.org>
Date: Tue, 26 Oct 2004 17:44:23 +0000
Subject: [PATCH] - Fix LD_LIBRARY_PATH at startup (Steve Knodle)

---
 firefox.sh.in | 2 +-
 firefox.spec  | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/firefox.sh.in b/firefox.sh.in
index 96e2e9d..bc59882 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -55,7 +55,7 @@ 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
+  LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins
 fi
 
 export LD_LIBRARY_PATH
diff --git a/firefox.spec b/firefox.spec
index d875cfb..a81f52c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -227,6 +227,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
+- Fix LD_LIBRARY_PATH at startup (Steve Knodle)
+
 * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
 - Prevent inlining of stack direction detection (#135255)