diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |