From b4830a4a3a98874293e20b309e083a144c1b3609 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 21 Jun 2020 18:01:52 +0200 Subject: Makefile: tiny compatibility improvement for tar -cf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1fd7ba7..e79def5 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ dist: sfeedrc.example style.css \ "${NAME}-${VERSION}" # make tarball - tar -cf - "${NAME}-${VERSION}" | \ + tar cf - "${NAME}-${VERSION}" | \ gzip -c > "${NAME}-${VERSION}.tar.gz" rm -rf "${NAME}-${VERSION}" -- cgit v1.2.3