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

This commit is contained in:
classabbyamp 2022-04-02 22:28:37 -04:00 committed by Andrew J. Hesford
parent f1ea7e1950
commit 7d5efdf34e

View File

@ -4,7 +4,7 @@
# to start.
pkgname=bibletime
version=3.0
revision=2
revision=3
build_style=cmake
configure_args="-DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=/usr/share/xsl/docbook/html/chunk.xsl
-DBT_DOCBOOK_XSL_PDF_DOCBOOK_XSL=/usr/share/xsl/docbook/fo/docbook.xsl"
@ -20,7 +20,7 @@ distfiles="https://github.com/bibletime/bibletime/releases/download/v${version}/
checksum=d6beef62ad44b255e3dc4c5e89214bf01a0e85c9136073b0be12fca3d2b22622
pre_build() {
. /etc/profile.d/10_openjdk11.sh
. /etc/profile.d/openjdk.sh
if [ "$XBPS_WORDSIZE" = "32" ]; then
export _JAVA_OPTIONS="-Xmx1024m"
fi