summaryrefslogtreecommitdiffstats
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-08-29 05:49:57 +0000
commit660850474204380371d5a5c67a13689e759e45f2 (patch)
treefdcc72df197cf54f436cfb0c6c75898705f98701
parentWorkarounding issue with linebreaks and rst conversion in manpage example sec... (diff)
downloadcompute-tools-660850474204380371d5a5c67a13689e759e45f2.tar.xz
compute-tools-660850474204380371d5a5c67a13689e759e45f2.zip
Installing systemd unit files in /usr, thanks to Helmut Grohne <helmut@subdivi.de>.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d652f32..caae1e1 100644
--- a/Makefile
+++ b/Makefile
@@ -142,8 +142,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)