Skip to content

Commit

Permalink
dev-java/openjfx: QA: fix absolute dosym usage
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Jan 28, 2020
1 parent 9723970 commit 24854c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-java/openjfx/openjfx-11.0.3_p1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion dev-java/openjfx/openjfx-11.0.6_p2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 24854c9

Please sign in to comment.