]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Use --format=ustar when creating a source tarball.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Apr 2014 02:33:18 +0000 (22:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Apr 2014 02:33:18 +0000 (22:33 -0400)
makefile

index 207770af85709f27903aeefe7c48b661ca24434b..75035159d68c96f2a256c76abb03e6fdb911f4ae 100644 (file)
--- 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"     \