summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2007-05-28 11:06:14 +0000
committerBart De Schuymer <bdschuym@pandora.be>2007-05-28 11:06:14 +0000
commit19f076e19f607ef2d60e588d0d6ea9b62574005f (patch)
treecfc511dcaf4a5595343bd0f590ab51f3f30425c0 /userspace/ebtables2/Makefile
parent057f0b208babe16b40fc629fc22c3a0b2497959c (diff)
upgrade to 2.0.8 and fix 2 small bugs
Diffstat (limited to 'userspace/ebtables2/Makefile')
-rw-r--r--userspace/ebtables2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index ee2ea17..33aa9ac 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -1,14 +1,14 @@
# ebtables Makefile
PROGNAME:=ebtables
-PROGRELEASE:=rc3
+PROGRELEASE:=
PROGVERSION_:=2.0.8
-ifneq (PROGRELEASE,)
+ifneq ($(PROGRELEASE),)
PROGVERSION:=$(PROGVERSION_)-$(PROGRELEASE)
else
PROGVERSION:=$(PROGVERSION_)
endif
-PROGDATE:=December\ 2006
+PROGDATE:=May\ 2007
# default paths
LIBDIR:=/usr/lib
@@ -229,7 +229,7 @@ release:
touch include/linux/netfilter_bridge/*
sed -i 's/$$(VERSION)/$(PROGVERSION)/' ebtables.8
sed -i 's/$$(DATE)/$(PROGDATE)/' ebtables.8
- sed -i 's/$$(VERSION)/$(PROGVERSION_)/' ebtables.spec
+ sed -i 's/$$(VERSION)/$(PROGVERSION)/' ebtables.spec
sed -i 's/$$(RELEASE)/$(PROGRELEASE)/' ebtables.spec
cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz; cd -
rm -rf include/linux