diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |