diff options
author | Wynn Wolf Arbor | 2020-05-27 21:48:14 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-27 21:48:14 +0200 |
commit | 5d12f42bb6d8f339dbe76689a0fb2afa51f994d9 (patch) | |
tree | 0f9e83ef29af6c0634f91164fee69eb284052fc6 /Makefile | |
parent | 3bd87dc46ff202ee3d37e9d5e3e0c5ebfe504bba (diff) | |
download | skein-5d12f42bb6d8f339dbe76689a0fb2afa51f994d9.tar.gz |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |