summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-06-21 18:01:52 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-06-21 18:01:52 +0200
commitb4830a4a3a98874293e20b309e083a144c1b3609 (patch)
tree0f2ee199eb02774d542916f7230cad21d3420398 /Makefile
parent3d2cd7cf4a4052f3db6e13af4f22835b457bdeb3 (diff)
Makefile: tiny compatibility improvement for tar -cf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}"