aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-08-19 06:36:24 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-08-19 06:36:24 +0000
commit193ba4ccca3d8c3148f18639a72cb87c28a702f5 (patch)
treed9ae1105438ee5ba7926b855079c0d67d27f56ed /release/scripts
parent828b7f4069278ebeb77e17df54c7f48f69bc8aad (diff)
Notes
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/proflibs-install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/scripts/proflibs-install.sh b/release/scripts/proflibs-install.sh
index ce410e3888051..fa67ec78c6260 100755
--- a/release/scripts/proflibs-install.sh
+++ b/release/scripts/proflibs-install.sh
@@ -5,4 +5,9 @@ if [ "`id -u`" != "0" ]; then
exit 1
fi
cat proflibs.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
+cd ${DESTDIR:-/}usr/lib
+if [ -f libdescrypt_p.a ]
+then
+ ln -f -s libdescrypt_p.a libcrypt_p.a
+fi
exit 0