From: Michael Orlitzky Date: Wed, 9 Apr 2014 02:32:14 +0000 (-0400) Subject: Use --format=ustar when creating a source tarball. X-Git-Tag: 0.0.9~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=aeb6d40121778735e8efea4e604b88c6f41af731 Use --format=ustar when creating a source tarball. --- diff --git a/makefile b/makefile index cb66591..0c0048e 100644 --- a/makefile +++ b/makefile @@ -40,7 +40,7 @@ test: $(BIN) $(TESTSUITE_BIN) dist: runghc Setup.hs configure --prefix=/ - runghc Setup.hs sdist + TAR_OPTIONS="--format=ustar" runghc Setup.hs sdist hlint: hlint --ignore="Use camelCase" \