1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Back out prev. change preventing /sys/sys symlink. It appears my install

was not very recent and not acts like 'ln -h'
This commit is contained in:
Andrey A. Chernov 2013-02-22 19:57:18 +00:00
parent 6efe203d7c
commit 69b23515b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247162

View File

@ -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 \