From ba6f9c86461183295e1b4fc62f1dd974c792ccf7 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Wed, 11 Nov 2020 21:56:30 -0500 Subject: systemdsystemunitdir is not related to libdir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad366da..5f4e80d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ prefix = /usr/local libdir = $(prefix)/lib -systemdsystemunitdir = $(libdir)/systemd/system +systemdsystemunitdir = $(prefix)/lib/systemd/system INSTALL = install RM = rm -f -- cgit v1.2.3-54-g00ecf