https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=76362
NGie Cooper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #4 from NGie Cooper <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
