From: Harald Welte Date: Tue, 1 Feb 2005 16:47:35 +0000 (+0000) Subject: we now need to exclude .svn instead of CVS X-Git-Tag: v1.3.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59746834f900b4a0cc7f44c5024c570bf99484be;p=thirdparty%2Fiptables.git we now need to exclude .svn instead of CVS --- diff --git a/Makefile b/Makefile index 022bf268..833a3643 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,7 @@ delrelease: rm -f $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2 $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2: - cd .. && ln -sf iptables iptables-$(IPTABLES_VERSION) && tar cvf - --exclude CVS iptables-$(IPTABLES_VERSION)/. | bzip2 -9 > $@ && rm iptables-$(IPTABLES_VERSION) + cd .. && ln -sf iptables iptables-$(IPTABLES_VERSION) && tar cvf - --exclude .svn iptables-$(IPTABLES_VERSION)/. | bzip2 -9 > $@ && rm iptables-$(IPTABLES_VERSION) .PHONY: diff diff: $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2