From: Michael Tremer Date: Fri, 23 Aug 2024 15:29:36 +0000 (+0000) Subject: core-update: Append the release number to the meta file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fc9957e62b4f5fe9b47e9d340480b9bc33788cd;p=people%2Fmfischer%2Fipfire-2.x.git core-update: Append the release number to the meta file Signed-off-by: Michael Tremer --- diff --git a/lfs/core-updates b/lfs/core-updates index a6478b5e0..81ea9a5f0 100644 --- a/lfs/core-updates +++ b/lfs/core-updates @@ -33,6 +33,8 @@ PAK_VER = $(CORE) SUMMARY = IPFire Core Update $(CORE) +META_FILENAME = meta-$(PROG)-$(CORE) + ############################################################################### # Top-level Rules ###############################################################################