From 508c4dca9e62d11de0d18447c0d7d998c03a40c4 Mon Sep 17 00:00:00 2001 From: Peter Catania Date: Sat, 28 Mar 2026 17:00:37 +0100 Subject: [PATCH] fix wrong tar cmds to create the kernel tar, cfz -> czf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0c1797e..1fda576f 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ endif tar: distclean test -d ../$(PARENTDIR) || ln -s $(TOPDIR) ../$(PARENTDIR) (cd kernel; tar --transform='s|.*/||' \ - -cfz ../mhvtl_kernel.tgz * ../include/common/*) + -czf ../mhvtl_kernel.tgz * ../include/common/*) (cd ..; tar cvzf $(TAR_FILE) --exclude='.git*' \ $(PARENTDIR)/man \ $(PARENTDIR)/doc \