From: Michael Orlitzky Date: Wed, 9 Apr 2014 02:33:18 +0000 (-0400) Subject: Use --format=ustar when creating a source tarball. X-Git-Tag: 0.0.4~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=4a2c8308c637056142c51b31fe35f5f0a643bbd8 Use --format=ustar when creating a source tarball. --- diff --git a/makefile b/makefile index 207770a..7503515 100644 --- a/makefile +++ b/makefile @@ -43,7 +43,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" \