From e7b2b04c7090a81d00ed39b255b00ff7f55a3ad0 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Wed, 27 May 2020 20:48:08 +0200 Subject: Remove project directory from LIBEXECDIR LIBEXECDIR is used to give the location of the libexec directory and is not supposed to contain project-specific paths. Remove /skein from the variable such that users can modify LIBEXECDIR more freely. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f0a1e0..9c44387 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX ?= /usr/local -LIBEXECDIR ?= ${PREFIX}/libexec/skein +LIBEXECDIR ?= ${PREFIX}/libexec CFLAGS ?= -O2 -pipe -s CFLAGS += -Wall -Wextra -Wpedantic -Werror @@ -10,8 +10,8 @@ cgit-about-filter: cgit-about-filter.c ${CC} -o $@ ${CFLAGS} ${LDFLAGS} $< install: cgit-chroot cgit-about-filter - install -D -m 755 -t '${DESTDIR}${LIBEXECDIR}' cgit-chroot - install -D -m 755 -t '${DESTDIR}${LIBEXECDIR}' cgit-about-filter + install -D -m 755 -t '${DESTDIR}${LIBEXECDIR}/skein' cgit-chroot + install -D -m 755 -t '${DESTDIR}${LIBEXECDIR}/skein' cgit-about-filter clean: rm cgit-about-filter -- cgit v1.2.3-2-gb3c3