From: Antoine Jacoutot Date: Mon, 18 Aug 2014 10:50:54 +0000 (+0200) Subject: Install under libexec/systemd to match upstream (lib/systemd). X-Git-Tag: gsoc-final X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=769aa60c28ebffa9bbfa647adcf66f6697093278;hp=f64dfc234d36dede3b43db10abbb2b5a80ffea16 Install under libexec/systemd to match upstream (lib/systemd). --- 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