Date: Tue, 10 Nov 2015 12:33:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 76362] [patch] sys directory link points to wrong location Message-ID: <bug-76362-8-1hncMzNhdX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-76362-8@https.bugs.freebsd.org/bugzilla/> References: <bug-76362-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=76362 NGie Cooper <ngie@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bdrewery@FreeBSD.org, | |ngie@FreeBSD.org --- Comment #3 from NGie Cooper <ngie@FreeBSD.org> --- This is slightly better, potentially: $ svn diff . Index: Makefile =================================================================== --- Makefile (revision 290640) +++ Makefile (working copy) @@ -392,7 +392,7 @@ ${METALOG.add} ; \ done; true .endif - ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys + ${INSTALL_SYMLINK} ${SRCTOP}/sys ${DESTDIR}/sys .if ${MK_MAN} != "no" cd ${DESTDIR}${SHAREDIR}/man; \ for mandir in man*; do \ -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-76362-8-1hncMzNhdX>