aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-08-28 08:12:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-08-28 08:12:49 +0000
commitc3a7e3131482140cffd4c9b4e4ca55c0e6a3e260 (patch)
tree4c97e3e7c717351e793c7d4e82e76d5575f51c46 /release/scripts
parentdf6330f805ffa7823d806a2f932227d840e8ac02 (diff)
downloadsrc-c3a7e3131482140cffd4c9b4e4ca55c0e6a3e260.tar.gz
src-c3a7e3131482140cffd4c9b4e4ca55c0e6a3e260.zip
Move some historical artefacts into the attic.
Notes
Notes: svn path=/head/; revision=161688
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/proflibs-install.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/release/scripts/proflibs-install.sh b/release/scripts/proflibs-install.sh
index 39adc1c413cc..8e35ae3fd3a2 100755
--- a/release/scripts/proflibs-install.sh
+++ b/release/scripts/proflibs-install.sh
@@ -8,9 +8,4 @@ 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