diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-06-05 04:25:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-08-29 05:49:57 +0000 |
commit | 660850474204380371d5a5c67a13689e759e45f2 (patch) | |
tree | fdcc72df197cf54f436cfb0c6c75898705f98701 | |
parent | Workarounding issue with linebreaks and rst conversion in manpage example sec... (diff) | |
download | compute-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>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |