summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}"