apache-fop: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
5aec638e28
commit
5b7f68e478
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user