From 6788b3ae27c21f15cab4220c6e29d0765d228ef9 Mon Sep 17 00:00:00 2001 From: codesoap Date: Tue, 28 May 2019 10:25:41 +0200 Subject: [PATCH] Avoid using gzips '-k' for compatibility OpenBSD's gzip doesn't have '-k', but file redirection should work everywhere. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index d1ec9de5..02b8fa0f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -113,7 +113,7 @@ kak$(suffix) : $(objects) .version.o # Generate the man page ifeq ($(gzip_man),yes) ../doc/kak.1.gz: ../doc/kak.1 - gzip -n -9 -f -k $< + gzip -n -9 -f < $< > $@ man: ../doc/kak.1.gz else man: ../doc/kak.1