Signed-off-by: Adolf Belka <adolf.be...@ipfire.org> --- lfs/libtpms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
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 ############################################################################### -- 2.50.0