From 5333e8f39e50df265d1d026a318cbe2be5f2031d Mon Sep 17 00:00:00 2001 From: kueller Date: Mon, 1 Feb 2010 17:14:30 +0000 Subject: [PATCH] ld.so.conf eintrag korrigiert git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_firefox@5301 504e572c-2e33-0410-9681-be2bf7408885 --- tmp/postinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmp/postinstall b/tmp/postinstall index 26c79c8..6b1456b 100644 --- a/tmp/postinstall +++ b/tmp/postinstall @@ -54,9 +54,9 @@ # if ! grep firefox /etc/ld.so.conf >/dev/null 2>&1; then - echo "/opt/firefox/lib" >>/etc/ld.so.conf + echo "/opt/firefox/lib/firefox" >>/etc/ld.so.conf if [ -d /opt/firefox/lib64 ]; then - echo "/opt/firefox/lib64" >>/etc/ld.so.conf + echo "/opt/firefox/lib64/firefox" >>/etc/ld.so.conf fi fi