Move some historical artefacts into the attic.

This commit is contained in:
Ruslan Ermilov 2006-08-28 08:12:49 +00:00
parent df6330f805
commit c3a7e31314
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161688

View File

@ -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