From 3f899aa9d5fc1a1de2f84b5084742a355eb8c4c9 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Thu, 26 Aug 2010 07:46:40 -0500 Subject: Commit 3f97bc3 causes .git directories to be included in the MANIFEST; remove them again. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e782df..b2278f5 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ star-patches: $(DISTDIR)/MANIFEST: touch $(DISTDIR)/MANIFEST - find $(DISTDIR) -name '.*' -prune -o -type f | sed -e 's|^[^/]*/||' >$(DISTDIR)/MANIFEST + find $(DISTDIR) -name '.*' -prune -o -type f -print | sed -e 's|^[^/]*/||' >$(DISTDIR)/MANIFEST ## add the two dot-files from Parrot MANIFEST echo "$(PARROT)/.gitignore" >>$(DISTDIR)/MANIFEST echo "$(PARROT)/tools/dev/.gdbinit" >>$(DISTDIR)/MANIFEST -- cgit v1.1