From 6fc9957e62b4f5fe9b47e9d340480b9bc33788cd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 23 Aug 2024 15:29:36 +0000 Subject: [PATCH] core-update: Append the release number to the meta file Signed-off-by: Michael Tremer --- lfs/core-updates | 2 ++ 1 file changed, 2 insertions(+) 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 ############################################################################### -- 2.39.5