Revert r290840

This request by the submitter was valid, but unfortunately there is a good deal
of concern over breakage when DESTDIR != / or "", i.e. with release media.
Making this change correct for all cases would make it markedly more complex
than need be

Requested by: bdrewery, ian, imp
PR: 76362
This commit is contained in:
Enji Cooper 2015-12-01 06:22:27 +00:00
parent af4c1f0c95
commit 0574118ff7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291568

View File

@ -408,7 +408,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
${METALOG.add} ; \
done; true
.endif
${INSTALL_SYMLINK} ${SRCTOP:C/^\///}/sys ${DESTDIR}/sys
${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
.if ${MK_MAN} != "no"
cd ${DESTDIR}${SHAREDIR}/man; \
for mandir in man*; do \