diff options
author | James Rayner <james@archlinux.org> | 2009-05-18 12:13:13 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-05-18 12:13:13 +0200 |
commit | 3a6e081aaa84b84ed5112b87eb935af196dc44b9 (patch) | |
tree | 0c7e426bf2e9afecc55ab0aebdbc82e9293f2a1a /Makefile | |
parent | bb3bade410cbfb4d19b65884b6525be7603dd686 (diff) | |
download | netctl-3a6e081aaa84b84ed5112b87eb935af196dc44b9.tar.gz netctl-3a6e081aaa84b84ed5112b87eb935af196dc44b9.tar.xz |
netcfg v2.2.0 beta 1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |