]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
swtpm: Add dist to lfs file
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 9 Jul 2025 12:09:52 +0000 (14:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Jul 2025 09:20:23 +0000 (09:20 +0000)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/swtpm

index ccd09517edd887f197bee7834cfbd6865eb7a9fd..1547610a265c88c325a040f6b7969ba8ade8c063 100644 (file)
--- 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
 ###############################################################################