mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-shells/mommy: Fix man installation
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
src_install() {
|
||||
dobin "${S}/src/main/sh/mommy"
|
||||
dodoc "${S}/src/main/man/man1/mommy.1"
|
||||
doman "${S}/src/main/man/man1/mommy.1"
|
||||
dofishcomp "${S}/src/main/completions/fish/mommy.fish"
|
||||
dozshcomp "${S}/src/main/completions/zsh/_mommy"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user