mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/yaz: fix htmldir
We want common to be installed in doc/${PF}, so {PVR}, not {PV}.
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/42872
Closes: https://github.com/gentoo/gentoo/pull/42872
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
4c7d4a1ae7
commit
3b7c1fb0bb
@@ -68,7 +68,7 @@ src_install() {
|
||||
DESTDIR="${D}"
|
||||
docdir="${EPREFIX}/usr/share/doc/${PF}/html"
|
||||
# move common dir in html
|
||||
PACKAGE_SUFFIX="-${PV}/html"
|
||||
PACKAGE_SUFFIX="-${PVR}/html"
|
||||
)
|
||||
emake "${myemakeargs[@]}" install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user