mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
5 lines
139 B
Bash
5 lines
139 B
Bash
if ! grep -q /usr/lib/qt4/lib etc/ld.so.conf ; then
|
|
echo "/usr/lib/qt4/lib" >> etc/ld.so.conf
|
|
fi
|
|
|
|
chroot . /sbin/ldconfig 2> /dev/null
|