summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-29 16:25:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-29 16:25:16 +0000
commitc0c501ca4e5bfbaf87c6effdae0e4e6e517644b8 (patch)
treeb9ee5d6d6ea3f93267fe4f7d05dd83aa8702d753 /Makefile
parentAdding debian version 20221223-6. (diff)
downloadopen-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--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)