From 3a6e081aaa84b84ed5112b87eb935af196dc44b9 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Mon, 18 May 2009 20:13:13 +1000 Subject: netcfg v2.2.0 beta 1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc3427c..96b7f02 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ docs: doc/* tarball: sed -i "s/NETCFG_VER=.*/NETCFG_VER=$(VERSION)/g" src/netcfg mkdir -p netcfg-$(VERSION) - cp -r src src-wireless examples contrib man Makefile LICENSE README netcfg-$(VERSION) + cp -r src src-wireless examples man Makefile LICENSE README netcfg-$(VERSION) tar -zcvf netcfg-$(VERSION).tar.gz netcfg-$(VERSION) rm -rf netcfg-$(VERSION) -- cgit v1.2.3-24-g4f1b