From df4e32f8641dffa65aaaceef93c2eb0180c5ef59 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Mon, 3 Mar 2008 04:27:42 -0600 Subject: [PATCH] Changed Makefile line to igonre .git instead of _darcs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58d9345..3fcf425 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ targz: ../$(TARGZ) echo "Containing directory must be called offlineimap-$(VERSION)"; \ exit 1; \ fi; \ - pwd && cd .. && pwd && tar -zhcv --exclude '_darcs' -f $(TARGZ) offlineimap-$(VERSION) + pwd && cd .. && pwd && tar -zhcv --exclude '.git' -f $(TARGZ) offlineimap-$(VERSION) rpm: targz cd .. && sudo rpmbuild -ta $(TARGZ)