ld.so.conf eintrag korrigiert

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_firefox@5301 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-02-01 17:14:30 +00:00
parent 2e68cb58aa
commit 5333e8f39e

View File

@ -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