From 711b357b3d2aab9c3be4ca2268541fcdf62b796f Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 17 Feb 2013 13:06:59 +0000 Subject: In 'make hierarchy' don't install /sys/sys pointing to usr/src/sys but just /sys pointing there --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index 81ef45a..7c4cea5 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -354,7 +354,7 @@ distrib-dirs: ${METALOG.add} ; \ done; true .endif - ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys + ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/ cd ${DESTDIR}/usr/share/man; \ for mandir in man*; do \ ${INSTALL_SYMLINK} ../$$mandir \ -- cgit v1.1