Skip to content

Commit

Permalink
Adding hard coded version in base instead of dynamic from ports
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Oct 14, 2023
1 parent ba0f3ef commit 755d90c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions etc/Makefile
Expand Up @@ -57,6 +57,11 @@ distribution:
${_+_}cd ${SRCTOP}/usr.sbin/rmt; ${MAKE} etc-rmt
${INSTALL_SYMLINK} -T "package=runtime" ../var/run/os-release \
${DESTDIR}/etc/os-release
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
-T "package=runtime" \
${SRCTOP}/sys/conf/package-version \
${DESTDIR}/etc/version

.if ${MK_UNBOUND} != "no"
if [ ! -e ${DESTDIR}/etc/unbound ]; then \
${INSTALL_SYMLINK} -T "package=unbound" \
Expand Down
2 changes: 1 addition & 1 deletion sys/conf/package-version
@@ -1 +1 @@
22.12.09
23.10.1

0 comments on commit 755d90c

Please sign in to comment.