summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-09-14 12:53:06 -0400
committerJoey Hess <joey@kitenet.net>2014-09-14 12:53:06 -0400
commit4c7f89b3fed96c2d64b0fbbeaca7e8010bdf03e4 (patch)
tree612be852c01164884f14c7b0dc6f443bf633ca4f
parentf24ed58cc8af42c3d3a9cf591460d3c312c2b755 (diff)
downloadgit-repair-4c7f89b3fed96c2d64b0fbbeaca7e8010bdf03e4.tar.gz
update to make tarballs cabal still accepts
-rwxr-xr-xBuild/make-sdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/make-sdist.sh b/Build/make-sdist.sh
index 5443e43..d4dbdb9 100755
--- a/Build/make-sdist.sh
+++ b/Build/make-sdist.sh
@@ -13,7 +13,7 @@ find . \( -name .git -or -name dist -or -name cabal-dev \) -prune \
| xargs cp --parents --target-directory dist/$sdist_dir
cd dist
-tar -caf $sdist_dir.tar.gz $sdist_dir
+tar --format=ustar -caf $sdist_dir.tar.gz $sdist_dir
# Check that tarball can be unpacked by cabal.
# It's picky about tar longlinks etc.