summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-04-10 16:47:50 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-04-10 17:59:54 +0200
commit5d322f9f0ba3c68e56edd400662eb1ef39e22e6f (patch)
tree78e692c978a120499cfd65bd94bd323be4e59530 /Makefile
parent4fdddbd1ca69ba90c415cdac3558bb1e6e46fbb0 (diff)
downloadnetctl-5d322f9f0ba3c68e56edd400662eb1ef39e22e6f.tar.gz
netctl-5d322f9f0ba3c68e56edd400662eb1ef39e22e6f.tar.xz
systemd: move units from /lib to /usr/lib
This will allow us to get rid of /lib eventually. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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