summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-06-19 18:49:00 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-06-19 18:49:26 +0200
commitb425d7737659bdc0758b2b759bf83a3ea34ba9ae (patch)
tree743f511f8c3a9d57930d208dafefb093ee028612 /Makefile
parent8e0191dcdd0ecab6cbf040d86d691f1dbbe74da4 (diff)
downloadnetctl-b425d7737659bdc0758b2b759bf83a3ea34ba9ae.tar.gz
netctl-b425d7737659bdc0758b2b759bf83a3ea34ba9ae.tar.xz
Makefile: update with new module name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4dd48ad..c47c255 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ install:
install -m644 src/iftab $(DESTDIR)/etc/iftab
install -m644 man/*.8 $(DESTDIR)/usr/share/man/man8
# Libs
- install -m644 src/{network,wireless,8021x,globals} $(DESTDIR)/usr/lib/network
+ install -m644 src/{network,rfkill,8021x,globals} $(DESTDIR)/usr/lib/network
install -m755 src/connections/* ${DESTDIR}/usr/lib/network/connections
ln -s ethernet $(DESTDIR)/usr/lib/network/connections/ethernet-iproute
# Hooks