summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-05-18 12:13:13 +0200
committerJames Rayner <james@archlinux.org>2009-05-18 12:13:13 +0200
commit3a6e081aaa84b84ed5112b87eb935af196dc44b9 (patch)
tree0c7e426bf2e9afecc55ab0aebdbc82e9293f2a1a /Makefile
parentbb3bade410cbfb4d19b65884b6525be7603dd686 (diff)
downloadnetctl-3a6e081aaa84b84ed5112b87eb935af196dc44b9.tar.gz
netctl-3a6e081aaa84b84ed5112b87eb935af196dc44b9.tar.xz
netcfg v2.2.0 beta 1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)