aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9eea11e..2157aa7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CFLAGS+= -Wno-unused-variable -Wno-unused-parameter # -Wno-comment
.endif
PREFIX?= /usr/local
-BINDIR= $(PREFIX)/libexec
+BINDIR= $(PREFIX)/libexec/systemd
SYSCONFDIR?= /etc
INSTALL_PROGRAM= install -c -s -o root -g bin -m 555