aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-07-04 22:54:05 -0500
committerpmichaud <pmichaud@pobox.com>2012-07-04 22:54:05 -0500
commit8101c73de6fa678d0e8315b0e6c7d2ecc9cb850d (patch)
treed8614bb691d4341acee0c4d3bb45de6c9fe943c4
parent7e48e51c6079accbcf1d3c8592baf3e8d8432d49 (diff)
Sort MANIFEST to get sane order of files in tarball. Possible fix to RT #113992.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45ac416..8b69a2b 100644
--- a/Makefile
+++ b/Makefile
@@ -105,6 +105,7 @@ $(DISTDIR)/MANIFEST:
## add the two dot-files from Parrot MANIFEST
echo "$(PARROT)/.gitignore" >>$(DISTDIR)/MANIFEST
echo "$(PARROT)/tools/dev/.gdbinit" >>$(DISTDIR)/MANIFEST
+ sort -o $(DISTDIR)/MANIFEST $(DISTDIR)/MANIFEST
release: dist tarball