mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
apache-fop: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
5aec638e28
commit
5b7f68e478
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apache-fop'
|
# Template file for 'apache-fop'
|
||||||
pkgname=apache-fop
|
pkgname=apache-fop
|
||||||
version=2.5
|
version=2.5
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="fop-${version}"
|
wrksrc="fop-${version}"
|
||||||
build_wrksrc="fop"
|
build_wrksrc="fop"
|
||||||
hostmakedepends="openjdk8 apache-ant"
|
hostmakedepends="openjdk8 apache-ant"
|
||||||
|
@ -18,7 +18,7 @@ conf_files="/etc/fop.conf"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
. /etc/profile.d/apache-ant.sh
|
. /etc/profile.d/apache-ant.sh
|
||||||
. /etc/profile.d/10_openjdk8.sh
|
. /etc/profile.d/openjdk.sh
|
||||||
ant package
|
ant package
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue