From 5d12f42bb6d8f339dbe76689a0fb2afa51f994d9 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Wed, 27 May 2020 21:48:14 +0200 Subject: cgit-chroot: Rename to skein-infra Be more clear about the purpose of this script and rename it to "skein-infra" since users might expect a program carrying "chroot" in its name to enter or otherwise manage a chroot. Additionally, use a consistent format for the environment variables controlling the locations of the cgit chroot and git repositories. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c44387..02257a8 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ LDFLAGS ?= -static cgit-about-filter: cgit-about-filter.c ${CC} -o $@ ${CFLAGS} ${LDFLAGS} $< -install: cgit-chroot cgit-about-filter - install -D -m 755 -t '${DESTDIR}${LIBEXECDIR}/skein' cgit-chroot +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 clean: rm cgit-about-filter -- cgit v1.2.3-2-gb3c3