From aeb6d40121778735e8efea4e604b88c6f41af731 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 8 Apr 2014 22:32:14 -0400 Subject: [PATCH] Use --format=ustar when creating a source tarball. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- 2.43.2