diff options
author | Wolfgang Müller | 2019-06-19 19:06:16 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-06-19 19:06:16 +0200 |
commit | bb1b277db0f3ab996d579fcfb42cea4ec72b86d9 (patch) | |
tree | 489a024c330069cc3c9c3e46ecfdaf89ce02d42a | |
parent | 064c5abf7731ca1213358a2c9a3ab803db41bc21 (diff) | |
download | bosun-bb1b277db0f3ab996d579fcfb42cea4ec72b86d9.tar.gz |
Rename to "bosun"1.0.0
-rw-r--r-- | Makefile | 6 | ||||
-rwxr-xr-x | bosun (renamed from rolectl) | 0 | ||||
-rw-r--r-- | bosun.1 (renamed from rolectl.1) | 6 |
3 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ PREFIX ?= /usr/local -install: rolectl rolectl.1 - install -D -m 755 -t '${DESTDIR}${PREFIX}/bin' rolectl - install -D -m 644 -t '${DESTDIR}${PREFIX}/share/man/man1' rolectl.1 +install: bosun bosun.1 + install -D -m 755 -t '${DESTDIR}${PREFIX}/bin' bosun + install -D -m 644 -t '${DESTDIR}${PREFIX}/share/man/man1' bosun.1 .PHONY: install @@ -1,8 +1,8 @@ -.Dd February 24, 2019 -.Dt ROLECTL 1 +.Dd June 19, 2019 +.Dt BOSUN 1 .Os .Sh NAME -.Nm rolectl +.Nm bosun .Nd manage portage roles with stow .Sh SYNOPSIS .Nm |