mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
5 lines
141 B
Bash
5 lines
141 B
Bash
|
if [ ! "$(grep @PREFIX@/lib@LIBDIRSUFFIX@ etc/ld.so.conf)" ]; then
|
||
|
echo "@PREFIX@/lib@LIBDIRSUFFIX@" >> etc/ld.so.conf
|
||
|
/sbin/ldconfig
|
||
|
fi
|