mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-java/jacl: Unbundle janino sources. Fixes bug 251305.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
@@ -40,7 +40,7 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
rm -rf src/{Test.java,empty,tests} || die
|
||||
rm -rf src/{Test.java,empty,tests,janino} || die
|
||||
java-pkg-simple_src_compile
|
||||
mv src/jacl/tcl src/ || die
|
||||
java-pkg_addres "${PN}.jar" src/ -name "*.tcl"
|
||||
|
||||
Reference in New Issue
Block a user