Tag os-release symlink with package=runtime

This ensures it gets into pkgbase-(installed/updated) systems.
This commit is contained in:
Kyle Evans 2020-01-22 14:07:27 +00:00
parent 34a5582c47
commit 156ebad647
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356985

View file

@ -57,7 +57,7 @@ distribution:
${_+_}cd ${.CURDIR}/mtree; ${MAKE} install
${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt
${INSTALL_SYMLINK} ../var/run/os-release \
${INSTALL_SYMLINK} -T "package=runtime" ../var/run/os-release \
${DESTDIR}/etc/os-release
.if ${MK_UNBOUND} != "no"
if [ ! -e ${DESTDIR}/etc/unbound ]; then \