- The PAK_VER number was not incremented in patch 3947 - All other addon patches raised by Adolf Belka at that time checked and all others have the PAK_VER correctly incremented - Fixes bug #12598
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/tshark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs/tshark b/lfs/tshark index 98f9c73e9..baa8bfa41 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tshark DEPS = krb5 c-ares -PAK_VER = 9 +PAK_VER = 10
############################################################################### # Top-level Rules