[4/4] swtpm: Add dist to lfs file

Message ID 20250709120952.210031-4-adolf.belka@ipfire.org
State New
Headers
Series [1/4] json-glib: Move to be built after glib has been built |

Commit Message

Adolf Belka July 9, 2025, 12:09 p.m. UTC
  Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/swtpm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
  

Patch

diff --git a/lfs/swtpm b/lfs/swtpm
index ccd09517e..1547610a2 100644
--- a/lfs/swtpm
+++ b/lfs/swtpm
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = swtpm
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = libtpms
 
@@ -58,6 +58,9 @@  download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 b2 : $(subst %,%_BLAKE2,$(objects))
 
+dist:
+	@$(PAK)
+
 ###############################################################################
 # Downloading, checking, b2sum
 ###############################################################################