svn commit: r291568 - head/etc
Garrett Cooper
ngie at FreeBSD.org
Tue Dec 1 06:22:29 UTC 2015
Author: ngie
Date: Tue Dec 1 06:22:27 2015
New Revision: 291568
URL: https://svnweb.freebsd.org/changeset/base/291568
Log:
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
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile Tue Dec 1 06:11:09 2015 (r291567)
+++ head/etc/Makefile Tue Dec 1 06:22:27 2015 (r291568)
@@ -408,7 +408,7 @@ distrib-dirs: ${MTREES:N/*} distrib-clea
${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 \
More information about the svn-src-head
mailing list