ld.so.conf eintrag korrigiert

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_thunderbird@5300 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-02-01 17:14:10 +00:00
parent 47e29a174b
commit 43ecae44ed

View File

@ -57,8 +57,8 @@
# #
if ! grep firefox /etc/ld.so.conf >/dev/null 2>&1; then 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 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
fi fi