Skip to content

Commit

Permalink
dev-java/openjdk-bin: really remove libs for headless-awt
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/685826
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed May 14, 2019
1 parent 071ea83 commit 8adf685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ src_install() {
fi

if use headless-awt ; then
rm -fvr */jre/lib/*/lib*{[jx]awt,splashscreen}* \
rm -fvr jre/lib/*/lib*{[jx]awt,splashscreen}* \
{,jre/}bin/policytool bin/appletviewer || die
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ src_install() {
fi

if use headless-awt ; then
rm -fvr */jre/lib/*/lib*{[jx]awt,splashscreen}* \
rm -fvr jre/lib/*/lib*{[jx]awt,splashscreen}* \
{,jre/}bin/policytool bin/appletviewer || die
fi

Expand Down

0 comments on commit 8adf685

Please sign in to comment.