From: Adolf Belka Date: Wed, 9 Jul 2025 12:09:51 +0000 (+0200) Subject: libtpms: Add dist to lfs file X-Git-Tag: v2.29-core197~25^2~212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fd9da42208f853cb4871744fe36ef61f7849c28;p=ipfire-2.x.git libtpms: Add dist to lfs file Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/libtpms b/lfs/libtpms index 1f87a236c..6116e9412 100644 --- a/lfs/libtpms +++ b/lfs/libtpms @@ -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 ###############################################################################