From 7f1eee3a934efa674daf31ccad206a85cb3ded07 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 5 Feb 2013 18:07:55 +0100 Subject: 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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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/ -- cgit v1.2.3-24-g4f1b