From 8b53d8670c1a1ec6972ff120bd9990ab1137d5d6 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Thu, 21 Apr 2022 16:03:08 -0500 Subject: [PATCH] Add the point release option to base files. --- helpers/make-base-files | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/helpers/make-base-files b/helpers/make-base-files index 73d855d..7a6b770 100644 --- a/helpers/make-base-files +++ b/helpers/make-base-files @@ -17,11 +17,12 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 . ./config CODENAMECAPS=$(echo $CODENAME | /bin/sed -e "s/\b\(.\)/\u\1/g") +POINT_RELEASE="" # Disable dynamic motd find -name *motd-news* -delete @@ -85,28 +86,28 @@ fi EOF cat > etc/issue < etc/issue.net < etc/lsb-release < etc/os-release <