summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2008-05-30 15:39:13 +0200
committerJames Rayner <james@archlinux.org>2008-05-30 15:39:13 +0200
commit7de6c1179b895aac1f26b81173e64bff421d8b5f (patch)
tree546aa86568e22e648f23d95b9a07c00c853e1a41 /Makefile
parenta57607373a96ef93f82f98e7da4cbe2c8b55caed (diff)
downloadnetctl-7de6c1179b895aac1f26b81173e64bff421d8b5f.tar.gz
netctl-7de6c1179b895aac1f26b81173e64bff421d8b5f.tar.xz
separate automagic from netcfg proper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8634d96..eff422d 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ install:
install-contrib:
install -m755 contrib/netcfg-auto-wireless $(DESTDIR)/usr/bin
+ install -m755 contrib/net-auto $(DESTDIR)/etc/rc.d
tarball:
sed -i "s/NETCFG_VER=.*/NETCFG_VER=$(VERSION)/g" src/netcfg