Modified: trunk/Makefile (603 => 604)
--- trunk/Makefile 2009-10-23 17:30:33 UTC (rev 603)
+++ trunk/Makefile 2009-10-23 23:10:22 UTC (rev 604)
@@ -20,7 +20,7 @@
make -C $(DIR) $@) || exit 1; )
installsrc:
- tar czf - . | tar xzf - -C "$(SRCROOT)" --exclude=.svn --exclude=sqlite --exclude=www --exclude=darwinup/libredo.o
+ tar czf - . | tar xzf - -C "$(SRCROOT)" --exclude=.svn --exclude=sqlite --exclude=www --exclude=darwinup/libredo.o --exclude=patches --exclude=plists --exclude=testing
installhdrs:
@echo Nothing to be done for $@