diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-29 16:25:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-29 16:25:16 +0000 |
commit | da4eedf2d372740f05ce8311df89858c6bc3211b (patch) | |
tree | 6d279dc067214075ed6f103c0873f4fc6400fbca /Makefile | |
parent | Adding upstream version 20221223. (diff) | |
download | open-infrastructure-compute-tools-da4eedf2d372740f05ce8311df89858c6bc3211b.tar.xz open-infrastructure-compute-tools-da4eedf2d372740f05ce8311df89858c6bc3211b.zip |
Adding upstream version 20240829.upstream/20240829upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-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) |