summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed219cc..22bb719 100644
--- a/Makefile
+++ b/Makefile
@@ -157,8 +157,8 @@ install: build
ln -sf stop $(DESTDIR)/usr/libexec/$(PROGRAM)/t
ln -sf update $(DESTDIR)/usr/libexec/$(PROGRAM)/u
- mkdir -p $(DESTDIR)/lib/systemd/system
- cp -r share/systemd/* $(DESTDIR)/lib/systemd/system
+ mkdir -p $(DESTDIR)/usr/lib/systemd/system
+ cp -r share/systemd/* $(DESTDIR)/usr/lib/systemd/system
mkdir -p $(DESTDIR)/var/log/$(SOFTWARE)