mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
plantuml: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
f07fd4a8e6
commit
a786987797
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=plantuml
|
pkgname=plantuml
|
||||||
reverts="8047_1 8053_1 8059_1"
|
reverts="8047_1 8053_1 8059_1"
|
||||||
version=1.2021.14
|
version=1.2021.14
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="apache-ant openjdk8"
|
hostmakedepends="apache-ant openjdk8"
|
||||||
depends="virtual?java-environment graphviz"
|
depends="virtual?java-environment graphviz"
|
||||||
|
@ -14,7 +14,7 @@ distfiles="${SOURCEFORGE_SITE}/plantuml/plantuml-gplv2-${version}.tar.gz"
|
||||||
checksum=468aeaaea0742d8312d0f2f709df140e599967d8284fc0555f842fd0a6fe6941
|
checksum=468aeaaea0742d8312d0f2f709df140e599967d8284fc0555f842fd0a6fe6941
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
. /etc/profile.d/10_openjdk8.sh
|
. /etc/profile.d/openjdk.sh
|
||||||
. /etc/profile.d/apache-ant.sh
|
. /etc/profile.d/apache-ant.sh
|
||||||
ant
|
ant
|
||||||
mv ${pkgname}.jar ${pkgname}-${version}.jar
|
mv ${pkgname}.jar ${pkgname}-${version}.jar
|
||||||
|
|
Loading…
Add table
Reference in a new issue