]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fix 'make distrib'
authorHarald Welte <laforge@gnumonks.org>
Mon, 14 Jun 2004 22:07:06 +0000 (22:07 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 14 Jun 2004 22:07:06 +0000 (22:07 +0000)
Makefile

index 2166923854ea76222a78d2cbf27c20c7a875e36d..91a8019349129766f0f0a40801c1df8d7b06a452 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -216,7 +216,7 @@ delrelease:
        rm -f $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2
 
 $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2:
-       cd .. && ln -sf userspace 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 CVS iptables-$(IPTABLES_VERSION)/. | bzip2 -9 > $@ && rm iptables-$(IPTABLES_VERSION)
 
 .PHONY: diff
 diff: $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2