apache-fop: update 10_openjdk script location

This commit is contained in:
q66 2019-11-18 20:42:58 +01:00 committed by Toyam Cox
parent 6783ab9f47
commit 0c59cb2d39

View file

@ -14,14 +14,14 @@ checksum="
1e90cfc9e07c2da088592860fa4651a7640c9e1e3500b71a613a5dea03eb3665"
archs="i686 x86_64"
hostmakedepends="openjdk apache-ant"
hostmakedepends="openjdk8 apache-ant"
depends="virtual?java-runtime JAI"
wrksrc="fop-${version}"
conf_files="/etc/fop.conf"
do_build() {
. /etc/profile.d/apache-ant.sh
. /etc/profile.d/10_openjdk.sh
. /etc/profile.d/10_openjdk8.sh
ant package
}
do_install() {