https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=76362
NGie Cooper <n...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |n...@freebsd.org --- Comment #4 from NGie Cooper <n...@freebsd.org> --- (In reply to NGie Cooper from comment #3) This works with relative symlinks, i.e. DESTDIR != /: $ svn diff etc/ Index: etc/Makefile =================================================================== --- etc/Makefile (revision 290831) +++ etc/Makefile (working copy) @@ -408,7 +408,7 @@ ${METALOG.add} ; \ done; true .endif - ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys + ${INSTALL_SYMLINK} ${SRCTOP:C/^\///}/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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"