mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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:
parent
6efe203d7c
commit
69b23515b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue