]> code.delx.au - offlineimap/commitdiff
Changed Makefile line to igonre .git instead of _darcs
authorJohn Goerzen <jgoerzen@complete.org>
Mon, 3 Mar 2008 10:27:42 +0000 (04:27 -0600)
committerJohn Goerzen <jgoerzen@complete.org>
Mon, 3 Mar 2008 10:27:42 +0000 (04:27 -0600)
Makefile

index 58d934599cbade255e1fe359ea3ea1ce3b0cf801..3fcf4253494801815c3de2e5ab7079012f683715 100644 (file)
--- 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)