app-shells/atuin: fix call to readme.gentoo_create_doc IUSE="client"

Closes: https://bugs.gentoo.org/956351
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-07-18 21:37:52 +03:00
parent 71c8dda45a
commit d1911f241f

View File

@@ -110,6 +110,7 @@ src_test() {
}
src_install() {
readme.gentoo_create_doc
dobin "${ATUIN_BIN}"
if use server; then
@@ -132,8 +133,6 @@ src_install() {
insinto "/usr/share/${PN}"
doins -r shell-init
readme.gentoo_create_doc
}
pkg_postinst() {