slackbuilds_ponce/network/krb5/doinst.sh
Robby Workman a3c41cc16f network/krb5: Include /usr/kerberos/lib in /etc/ld.so.conf
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-12-19 22:25:56 -06:00

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