From 4c7f89b3fed96c2d64b0fbbeaca7e8010bdf03e4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 14 Sep 2014 12:53:06 -0400 Subject: update to make tarballs cabal still accepts --- Build/make-sdist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3