diff options
author | Thibaut Notteboom <tib@tibux.org> | 2012-02-04 22:37:22 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-02-04 22:37:22 -0600 |
commit | 7358da6e2950fc08ef75546913ad998ab2a0cc22 (patch) | |
tree | 692a2d90d7e210acf26425f0f5ec8bb4c4ff5882 /network/heimdal/doinst.sh | |
parent | 80db22f89bd47ae82b73f3ea4c493070432829f6 (diff) | |
download | slackbuilds-7358da6e2950fc08ef75546913ad998ab2a0cc22.tar.gz |
network/heimdal: Updated for version 1.5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/heimdal/doinst.sh')
-rw-r--r-- | network/heimdal/doinst.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/network/heimdal/doinst.sh b/network/heimdal/doinst.sh index e47d56e712..34f71599e5 100644 --- a/network/heimdal/doinst.sh +++ b/network/heimdal/doinst.sh @@ -28,8 +28,4 @@ config var/heimdal/kdc.conf-sample.new config etc/profile.d/heimdal.sh.new config etc/profile.d/heimdal.csh.new -# Add heimdal libs to the library search path -if ! grep -q '^/usr/heimdal/lib$' etc/ld.so.conf ; then - echo "/usr/heimdal/lib" >> etc/ld.so.conf -fi |