sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit b4830a4a3a98874293e20b309e083a144c1b3609
parent 3d2cd7cf4a4052f3db6e13af4f22835b457bdeb3
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 21 Jun 2020 18:01:52 +0200

Makefile: tiny compatibility improvement for tar -cf

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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}"