slackbuilds_ponce/network/krb5/doinst.sh

5 lines
152 B
Bash
Raw Normal View History

# 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