]> gitweb.michael.orlitzky.com - dead/htsn-common.git/blobdiff - makefile
Fix the tar command in the makefile.
[dead/htsn-common.git] / makefile
index 556200d4dd5947eef49e844fe5eeabbd2e40e748..46f232aa57d45e087831e7893f87e1fc914dd432 100644 (file)
--- a/makefile
+++ b/makefile
@@ -32,7 +32,7 @@ clean:
 
 dist:
        runghc Setup.hs configure --prefix=/
-       runghc Setup.hs sdist
+       TAR_OPTIONS="--format=ustar" runghc Setup.hs sdist
 
 hlint:
        hlint --ignore="Use camelCase"     \