mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-28 09:58:11 +01:00
04ce3d2a8b
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
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
|