summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-08-28 08:12:49 +0000
committerru <ru@FreeBSD.org>2006-08-28 08:12:49 +0000
commita2e565bbc697609595d4ceff2ee485215b43b7ef (patch)
tree4c97e3e7c717351e793c7d4e82e76d5575f51c46 /release
parent22c55c25c47f849476fcb094e94ddb2eedce714e (diff)
downloadFreeBSD-src-a2e565bbc697609595d4ceff2ee485215b43b7ef.zip
FreeBSD-src-a2e565bbc697609595d4ceff2ee485215b43b7ef.tar.gz
Move some historical artefacts into the attic.
Diffstat (limited to 'release')
-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 39adc1c..8e35ae3 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
OpenPOWER on IntegriCloud