Skip to content

Commit

Permalink
dev-java/openjdk-jre-bin: revbump to fix cacert path
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/717444
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Apr 14, 2020
1 parent 8355686 commit 20ca6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ src_install() {

rm -v lib/security/cacerts || die
dosym ../../../../../etc/ssl/certs/java/cacerts \
"${dest}"/jre/lib/security/cacerts
"${dest}"/lib/security/cacerts

dodir "${dest}"
cp -pPR * "${ddest}" || die
Expand Down

0 comments on commit 20ca6ab

Please sign in to comment.