From e9c5cbbdbfc9c735c3bfe263aa4ea7dd38048b05 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 2 Oct 2022 12:41:04 +0200 Subject: [PATCH] Makefile: update systemd unitdir path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1a7457..026c87e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ sysconfdir = /etc sbindir = ${exec_prefix}/sbin bindir = ${exec_prefix}/bin datadir = ${prefix}/share -unitdir = /lib/systemd/system +unitdir = ${prefix}/lib/systemd/system libexecdir = ${prefix}/libexec mandir = ${prefix}/usr/share/man sysconfigdir= ${sysconfdir}/sysconfig