dev-java/openjfx: QA: fix absolute dosym usage

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-01-28 01:03:51 -08:00
parent 9723970977
commit 24854c95c4
2 changed files with 2 additions and 2 deletions

View File

@@ -215,6 +215,6 @@ src_install() {
if use doc; then
docinto html
dodoc -r build/javadoc/.
dosym "${EPREFIX}"/usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
dosym ../../../usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
fi
}

View File

@@ -214,6 +214,6 @@ src_install() {
if use doc; then
docinto html
dodoc -r build/javadoc/.
dosym "${EPREFIX}"/usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
dosym ../../../usr/share/doc/"${PF}" /usr/share/doc/"${PN}-${SLOT}"
fi
}