From 2f7ddc2dcde7342f40a2f32f1fcf49aa4adcc8af Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 22 Feb 2013 19:57:18 +0000 Subject: Back out prev. change preventing /sys/sys symlink. It appears my install was not very recent and not acts like 'ln -h' --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index 7c4cea5..81ef45a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -354,7 +354,7 @@ distrib-dirs: ${METALOG.add} ; \ done; true .endif - ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/ + ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys cd ${DESTDIR}/usr/share/man; \ for mandir in man*; do \ ${INSTALL_SYMLINK} ../$$mandir \ -- cgit v1.1