freeplane: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
e394acbfb8
commit
6f35c9b27c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'freeplane'
|
||||
pkgname=freeplane
|
||||
version=1.9.12
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="freeplane-release-${version}"
|
||||
hostmakedepends="apache-ant openjdk8 unzip gradle"
|
||||
depends="virtual?java-runtime"
|
||||
|
@ -23,7 +23,7 @@ esac
|
|||
|
||||
do_build() {
|
||||
. /etc/profile.d/apache-ant.sh
|
||||
. /etc/profile.d/10_openjdk8.sh
|
||||
. /etc/profile.d/openjdk.sh
|
||||
|
||||
gradle format_translation binZip -x test
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user