apache-fop: fix name of etc/profile.d/10_openjdk*.sh in template

This commit is contained in:
classabbyamp 2022-04-02 22:28:32 -04:00 committed by Andrew J. Hesford
parent 5aec638e28
commit 5b7f68e478

View File

@ -1,7 +1,7 @@
# Template file for 'apache-fop'
pkgname=apache-fop
version=2.5
revision=2
revision=3
wrksrc="fop-${version}"
build_wrksrc="fop"
hostmakedepends="openjdk8 apache-ant"
@ -18,7 +18,7 @@ conf_files="/etc/fop.conf"
do_build() {
. /etc/profile.d/apache-ant.sh
. /etc/profile.d/10_openjdk8.sh
. /etc/profile.d/openjdk.sh
ant package
}
do_install() {