Skip to content

Commit

Permalink
dev-java/openjdk-bin: revbump, provide stable symlink in /opt
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/726712
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Jun 1, 2020
1 parent 07997dc commit c2f51aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ src_install() {
dodir "${dest}"
cp -pPR * "${ddest}" || die

# provide stable symlink
dosym "${P}" "/opt/${PN}-${SLOT}"

use gentoo-vm && java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
java-vm_set-pax-markings "${ddest}"
java-vm_revdep-mask
Expand Down

0 comments on commit c2f51aa

Please sign in to comment.