bibletime: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
f1ea7e1950
commit
7d5efdf34e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# to start.
|
# to start.
|
||||||
pkgname=bibletime
|
pkgname=bibletime
|
||||||
version=3.0
|
version=3.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=/usr/share/xsl/docbook/html/chunk.xsl
|
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"
|
-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
|
checksum=d6beef62ad44b255e3dc4c5e89214bf01a0e85c9136073b0be12fca3d2b22622
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
. /etc/profile.d/10_openjdk11.sh
|
. /etc/profile.d/openjdk.sh
|
||||||
if [ "$XBPS_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_WORDSIZE" = "32" ]; then
|
||||||
export _JAVA_OPTIONS="-Xmx1024m"
|
export _JAVA_OPTIONS="-Xmx1024m"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue