svn commit: r247162 - head/etc

Andrey A. Chernov ache at FreeBSD.org
Fri Feb 22 19:57:18 UTC 2013


Author: ache
Date: Fri Feb 22 19:57:18 2013
New Revision: 247162
URL: http://svnweb.freebsd.org/changeset/base/247162

Log:
  Back out prev. change preventing /sys/sys symlink. It appears my install
  was not very recent and not acts like 'ln -h'

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Fri Feb 22 19:53:12 2013	(r247161)
+++ head/etc/Makefile	Fri Feb 22 19:57:18 2013	(r247162)
@@ -354,7 +354,7 @@ distrib-dirs:
 		    ${METALOG.add} ; \
 	done; true
 .endif
-	${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/
+	${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
 	cd ${DESTDIR}/usr/share/man; \
 	for mandir in man*; do \
 		${INSTALL_SYMLINK} ../$$mandir \


More information about the svn-src-all mailing list