From 5d322f9f0ba3c68e56edd400662eb1ef39e22e6f Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 10 Apr 2012 16:47:50 +0200 Subject: systemd: move units from /lib to /usr/lib This will allow us to get rid of /lib eventually. Signed-off-by: Tom Gundersen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 558ca3e..7f71362 100644 --- a/Makefile +++ b/Makefile @@ -33,11 +33,11 @@ install: install-docs rc.d/net-auto-wired \ rc.d/net-auto-wireless \ $(DESTDIR)/etc/rc.d/ - install -d $(DESTDIR)/lib/systemd/system + install -d $(DESTDIR)/usr/lib/systemd/system install -m644 \ systemd/net-auto-wireless.service \ systemd/net-auto-wired.service \ - $(DESTDIR)/lib/systemd/system/ + $(DESTDIR)/usr/lib/systemd/system/ install-docs: docs install -d $(DESTDIR)/usr/share/man/man5 -- cgit v1.2.3-24-g4f1b