[Bug 76362] [patch] sys directory link points to wrong location
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 10 12:33:39 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=76362
NGie Cooper <ngie at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bdrewery at FreeBSD.org,
| |ngie at FreeBSD.org
--- Comment #3 from NGie Cooper <ngie at 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.
More information about the freebsd-bugs
mailing list