summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-03-25 20:46:01 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-25 20:46:31 +0200
commite81ddc71496078f5fb27ec7bfb3fc0e41bd554d2 (patch)
tree04880741be85bf363c930f92e2347b49cbcc1d6a
parentnet-wireless/bluez: add 5.73 (diff)
downloadgentoo-e81ddc71496078f5fb27ec7bfb3fc0e41bd554d2.tar.gz
gentoo-e81ddc71496078f5fb27ec7bfb3fc0e41bd554d2.tar.bz2
gentoo-e81ddc71496078f5fb27ec7bfb3fc0e41bd554d2.zip
dev-util/pkgcheck: (live) fix doman
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 1356e1a90511..316dcfddfca5 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -72,7 +72,7 @@ src_compile() {
python_install_all() {
local DOCS=( NEWS.rst )
- [[ ${PV} == *9999 ]] || doman man/*
+ [[ ${PV} == *9999 ]] || doman build/sphinx/man/*
distutils-r1_python_install_all
if use emacs ; then