Restore rev 1.247:

Use relative symlinks for /usr/lib/libfoo.so -> /lib/libfoo.so.M.N
This should work now that "install -l r -d destdir" works if destdir
contains a symlink.
This commit is contained in:
lukem 2005-05-10 02:01:06 +00:00
parent 1282d958b8
commit b2536b11a5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.lib.mk,v 1.259 2005/01/10 02:42:34 lukem Exp $
# $NetBSD: bsd.lib.mk,v 1.260 2005/05/10 02:01:06 lukem Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.include <bsd.init.mk>
@ -604,7 +604,7 @@ ${DESTDIR}${_LIBSODIR}/lib${LIB}.so.${SHLIB_FULLVERSION}: lib${LIB}.so.${SHLIB_F
${DESTDIR}${_LIBSODIR}/lib${LIB}.so
.if ${_LIBSODIR} != ${LIBDIR}
${INSTALL_SYMLINK} ${SYSPKGTAG} \
${_LIBSODIR}/lib${LIB}.so.${SHLIB_FULLVERSION} \
-l r ${DESTDIR}${_LIBSODIR}/lib${LIB}.so.${SHLIB_FULLVERSION} \
${DESTDIR}${LIBDIR}/lib${LIB}.so
.endif
.endif