]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
we now need to exclude .svn instead of CVS v1.3.0-rc1
authorHarald Welte <laforge@gnumonks.org>
Tue, 1 Feb 2005 16:47:35 +0000 (16:47 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 1 Feb 2005 16:47:35 +0000 (16:47 +0000)
Makefile

index 022bf26840085f39fd4d4e4a0de1edc08793b623..833a3643e0b9bbe254cf5f699dd0d60a11e626e8 100644 (file)
--- 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