Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2013 19:57:18 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247162 - head/etc
Message-ID:  <201302221957.r1MJvION092979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302221957.r1MJvION092979>