summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-09-27 18:52:10 +0200
committerThomas Bächler <thomas@archlinux.org>2009-09-27 18:52:10 +0200
commit4cc58cd1f1e6b427f0519abd03377053622aae7c (patch)
treebd35cd11a71df4cf43f1f03a55523bd1c9020f87 /Makefile
parent4b323e17b5ecb18bd3c0337edf4d17174310d27d (diff)
downloadnetctl-4cc58cd1f1e6b427f0519abd03377053622aae7c.tar.gz
netctl-4cc58cd1f1e6b427f0519abd03377053622aae7c.tar.xz
Add net-auto-wireless rc.d script for the wpa_actiond mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab6bfbd..b72464b 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ install:
install -m755 src/netcfg-menu $(DESTDIR)/usr/bin/netcfg-menu
install -m755 wpa_actiond/netcfg-wpa_actiond{,-action} $(DESTDIR)/usr/bin
# Daemons
- install -m755 src/net-profiles src/net-rename $(DESTDIR)/etc/rc.d
+ install -m755 src/net-profiles src/net-rename wpa_actiond/net-auto-wireless $(DESTDIR)/etc/rc.d
install-wireless:
install -d $(DESTDIR)/usr/lib/network/connections $(DESTDIR)/usr/bin \