summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-06-05 04:25:12 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-06-05 04:25:12 +0000
commitb6ad0c0263e083d4db7b2ffeaf7ee78acfe6a367 (patch)
treed4cbebe7da16e38500c185aea0723f073d890d7e /Makefile
parentWorkarounding issue with linebreaks and rst conversion in manpage example sec... (diff)
downloadcompute-tools-b6ad0c0263e083d4db7b2ffeaf7ee78acfe6a367.tar.xz
compute-tools-b6ad0c0263e083d4db7b2ffeaf7ee78acfe6a367.zip
Installing systemd unit files in /usr, thanks to Helmut Grohne <helmut@subdivi.de>.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-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)