mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
pkgbase: Add tag for LIBSYMLINK case
Otherwised the files aren't packaged. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21508
This commit is contained in:
parent
dba1420463
commit
ce49128a13
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351860
@ -448,7 +448,7 @@ _libinstall:
|
||||
${_INSTALLFLAGS} ${SHLIB_LINK:R}.ld \
|
||||
${DESTDIR}${_LIBDIR}/${SHLIB_LINK}
|
||||
.for _SHLIB_LINK_LINK in ${SHLIB_LDSCRIPT_LINKS}
|
||||
${INSTALL_LIBSYMLINK} ${SHLIB_LINK} ${DESTDIR}${_LIBDIR}/${_SHLIB_LINK_LINK}
|
||||
${INSTALL_LIBSYMLINK} ${TAG_ARGS} ${SHLIB_LINK} ${DESTDIR}${_LIBDIR}/${_SHLIB_LINK_LINK}
|
||||
.endfor
|
||||
.else
|
||||
.if ${_SHLIBDIR} == ${_LIBDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user