From 769aa60c28ebffa9bbfa647adcf66f6697093278 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Mon, 18 Aug 2014 12:50:54 +0200 Subject: [PATCH] Install under libexec/systemd to match upstream (lib/systemd). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0