From: Michael Tremer Date: Tue, 6 Aug 2024 14:17:39 +0000 (+0000) Subject: core-updates: Fix release number X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7879935a58e1420f632c64b98b21b08d6f8b046;p=people%2Fmfischer%2Fipfire-2.x.git core-updates: Fix release number Signed-off-by: Michael Tremer --- diff --git a/lfs/core-updates b/lfs/core-updates index e56ada70c..a6478b5e0 100644 --- a/lfs/core-updates +++ b/lfs/core-updates @@ -27,11 +27,11 @@ include Config THISAPP = core-updates TARGET = $(DIR_INFO)/$(THISAPP) -PROG = core-upgrade +PROG = core-upgrade VER = $(VERSION) -RELEASE = $(CORE) +PAK_VER = $(CORE) -SUMMARY = IPFire Core Update $(CORE) +SUMMARY = IPFire Core Update $(CORE) ############################################################################### # Top-level Rules