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 | c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8 (patch) | |
tree | b9ee5d6d6ea3f93267fe4f7d05dd83aa8702d753 /Makefile | |
parent | Adding debian version 20221223-6. (diff) | |
download | open-infrastructure-compute-tools-c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8.tar.xz open-infrastructure-compute-tools-c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8.zip |
Merging upstream version 20240829.
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) |