plantuml: fix name of etc/profile.d/10_openjdk*.sh in template

This commit is contained in:
classabbyamp 2022-04-02 22:28:44 -04:00 committed by Andrew J. Hesford
parent f07fd4a8e6
commit a786987797

View file

@ -2,7 +2,7 @@
pkgname=plantuml
reverts="8047_1 8053_1 8059_1"
version=1.2021.14
revision=1
revision=2
create_wrksrc=yes
hostmakedepends="apache-ant openjdk8"
depends="virtual?java-environment graphviz"
@ -14,7 +14,7 @@ distfiles="${SOURCEFORGE_SITE}/plantuml/plantuml-gplv2-${version}.tar.gz"
checksum=468aeaaea0742d8312d0f2f709df140e599967d8284fc0555f842fd0a6fe6941
do_build() {
. /etc/profile.d/10_openjdk8.sh
. /etc/profile.d/openjdk.sh
. /etc/profile.d/apache-ant.sh
ant
mv ${pkgname}.jar ${pkgname}-${version}.jar