Makefile: tiny compatibility improvement for tar -cf

This commit is contained in:
Hiltjo Posthuma 2020-06-21 18:01:52 +02:00
parent 3d2cd7cf4a
commit b4830a4a3a
1 changed files with 1 additions and 1 deletions

View File

@ -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}"