From 8101c73de6fa678d0e8315b0e6c7d2ecc9cb850d Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 4 Jul 2012 22:54:05 -0500 Subject: Sort MANIFEST to get sane order of files in tarball. Possible fix to RT #113992. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1