summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-06-19 20:15:24 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-06-19 20:15:24 +0200
commitb07b4b0d7f9522523fb83a4aeacc9b54f4367410 (patch)
tree0c94d6201f53578c60369e0ce261b8777442c138 /Makefile
parent9bc6048581da6278fb1803df5baa3ae8f2c73cd8 (diff)
parentdecaf8ae76a79d1828a36d08c1bf44d915969e63 (diff)
downloadnetctl-b07b4b0d7f9522523fb83a4aeacc9b54f4367410.tar.gz
netctl-b07b4b0d7f9522523fb83a4aeacc9b54f4367410.tar.xz
Merge branch 'no-iwconfig'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b5fa21..07391a1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,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