summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-02-05 18:07:55 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-02-05 18:07:55 +0100
commit7f1eee3a934efa674daf31ccad206a85cb3ded07 (patch)
treedaf4d038410cf4b56ea6cb6f993c9ce112323252 /Makefile
parent763f34bf0cc263ba877b1933944f700fc29f3139 (diff)
downloadnetctl-7f1eee3a934efa674daf31ccad206a85cb3ded07.tar.gz
netctl-7f1eee3a934efa674daf31ccad206a85cb3ded07.tar.xz
Move the location for profiles
Old location: /etc/network.d New location: /etc/netctl This should ease migration from netcfg and is a better path anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2a39719..03a917b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ export VERSION = 0.4
install: install-docs
# Configuration files
- install -d $(DESTDIR)/etc/network.d/{examples,hooks,interfaces}
- install -m644 docs/examples/* $(DESTDIR)/etc/network.d/examples/
+ install -d $(DESTDIR)/etc/netctl/{examples,hooks,interfaces}
+ 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/