mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
a3c41cc16f
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
4 lines
152 B
Bash
4 lines
152 B
Bash
# Add kerberos libs to the library search path
|
|
if ! grep -q '^/usr/kerberos/lib$' etc/ld.so.conf ; then
|
|
echo "/usr/kerberos/lib" >> etc/ld.so.conf
|
|
fi
|