mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
In 'make hierarchy' don't install /sys/sys pointing to usr/src/sys
but just /sys pointing there
This commit is contained in:
parent
09abcabae6
commit
312c5e1aeb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246913
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user