From 14cb1906beaf9f0c79bb3e80d0ba12e521a69c8c Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Wed, 27 May 2020 21:54:53 +0200 Subject: Makefile: Install skein-infra into sbin/ instead of libexec/ Since system administrators might want to call this utility manually, install it into sbin/ instead of libexec/. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02257a8..cf54451 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ PREFIX ?= /usr/local LIBEXECDIR ?= ${PREFIX}/libexec +SBINDIR ?= ${PREFIX}/sbin CFLAGS ?= -O2 -pipe -s CFLAGS += -Wall -Wextra -Wpedantic -Werror @@ -11,7 +12,7 @@ cgit-about-filter: cgit-about-filter.c install: cgit-about-filter skein-infra install -D -m 755 -t '${DESTDIR}${LIBEXECDIR}/skein' cgit-about-filter - install -D -m 755 -t '${DESTDIR}${LIBEXECDIR}/skein' skein-infra + install -D -m 755 -t '${DESTDIR}${SBINDIR}' skein-infra clean: rm cgit-about-filter -- cgit v1.2.3-2-gb3c3