In 'make hierarchy' don't install /sys/sys pointing to usr/src/sys

but just /sys pointing there
This commit is contained in:
Andrey A. Chernov 2013-02-17 13:06:59 +00:00
parent 09abcabae6
commit 312c5e1aeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246913

View File

@ -354,7 +354,7 @@ distrib-dirs:
${METALOG.add} ; \
done; true
.endif
${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/
cd ${DESTDIR}/usr/share/man; \
for mandir in man*; do \
${INSTALL_SYMLINK} ../$$mandir \