From 43ecae44ed276719a0b734874fb2a476f4ae7fc0 Mon Sep 17 00:00:00 2001 From: kueller Date: Mon, 1 Feb 2010 17:14:10 +0000 Subject: [PATCH] ld.so.conf eintrag korrigiert git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_thunderbird@5300 504e572c-2e33-0410-9681-be2bf7408885 --- tmp/postinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmp/postinstall b/tmp/postinstall index 025c358..314ae96 100644 --- a/tmp/postinstall +++ b/tmp/postinstall @@ -57,8 +57,8 @@ # if ! grep firefox /etc/ld.so.conf >/dev/null 2>&1; then - echo "/opt/firefox/lib" >>/etc/ld.so.conf + echo "/opt/thunderbird/lib/thunderbird" >>/etc/ld.so.conf if [ -d /opt/firefox/lib64 ]; then - echo "/opt/firefox/lib64" >>/etc/ld.so.conf + echo "/opt/thunderbird/lib64/thunderbird" >>/etc/ld.so.conf fi fi