apache-fop: update 10_openjdk script location
This commit is contained in:
parent
6783ab9f47
commit
0c59cb2d39
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue