diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-04-15 19:12:50 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-04-15 19:12:50 +0200 |
commit | 494ac0bd090df5f33f2e62fe41ecd58ed9422461 (patch) | |
tree | 6bdefdcc05a7b6c52567a5f60590526355a5a55c /Makefile | |
parent | 748fed60e3c4950b431d5d3c4fae70cb1cc59d4c (diff) | |
download | netctl-494ac0bd090df5f33f2e62fe41ecd58ed9422461.tar.gz netctl-494ac0bd090df5f33f2e62fe41ecd58ed9422461.tar.xz |
Fix naming of IEEE 802 working groups
Use 'wpa' to refer to the 802.11i and 802.1x client side software
(wpa_supplicant) in general.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ install: install-docs install -m644 docs/examples/* $(DESTDIR)/etc/netctl/examples/ # Libs install -d $(DESTDIR)/usr/lib/network/connections - install -m644 src/lib/{8021x,globals,ip,rfkill} $(DESTDIR)/usr/lib/network/ + install -m644 src/lib/{globals,ip,rfkill,wpa} $(DESTDIR)/usr/lib/network/ install -m644 src/lib/connections/* $(DESTDIR)/usr/lib/network/connections/ install -m755 src/lib/{auto.action,network} $(DESTDIR)/usr/lib/network/ # Scripts |