aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Alex2022-09-06 18:55:02 +1000
committerBen Alex2022-09-07 07:54:23 +1000
commitde8747ce9bab9295a2011eb10e7e47b19ec37edd (patch)
tree67dd34ac4e92093c726c25a6fa29294c37a6abb4
parent2620f50bea43eb7b25c00a5665457baa7281c034 (diff)
downloadaur-de8747ce9bab9295a2011eb10e7e47b19ec37edd.tar.gz
Properly expand JRE location (thanks @blueowl)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80b1e1f8afa9..18429bed6419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ib-tws
pkgdesc = Electronic trading platform from discount brokerage firm Interactive Brokers
pkgver = 10.18.1b
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://interactivebrokers.com/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a25c3a423150..1e0fe94944d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ib-tws
pkgver=10.18.1b
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Electronic trading platform from discount brokerage firm Interactive Brokers'
arch=('any')
@@ -46,7 +46,7 @@ build() {
echo "java.home JRE location could not be found in the log"
exit 1
fi
- BUNDLED_JRE_LOCATION=$(echo ${BUNDLED_JRE_LOCATION}*)
+ BUNDLED_JRE_LOCATION=$(echo ${BUNDLED_JRE_LOCATION}*/*)
echo "java.home JRE location expanded to ${BUNDLED_JRE_LOCATION}"
if [ ! -f "${BUNDLED_JRE_LOCATION}/bin/java" ]; then