diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-02-05 18:07:55 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-02-05 18:07:55 +0100 |
commit | 7f1eee3a934efa674daf31ccad206a85cb3ded07 (patch) | |
tree | daf4d038410cf4b56ea6cb6f993c9ce112323252 /Makefile | |
parent | 763f34bf0cc263ba877b1933944f700fc29f3139 (diff) | |
download | netctl-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |