]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libtpms: Add dist to lfs file
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 9 Jul 2025 12:09:51 +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/libtpms

index 1f87a236c14d33f5a6624f2805b1c2539ab4220b..6116e941204cb761c2538498e32b4de59cc55b6e 100644 (file)
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libtpms
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -58,6 +58,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 b2 : $(subst %,%_BLAKE2,$(objects))
 
+dist:
+       @$(PAK)
+
 ###############################################################################
 # Downloading, checking, b2sum
 ###############################################################################