aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Alex2016-06-22 12:10:22 +1000
committerBen Alex2016-06-22 12:10:22 +1000
commitda2fbab263a3db1156ab29b1fc79b6804448f82f (patch)
tree5f12a36b444e1d2abc64542f9a09ffa7d380b2a3 /PKGBUILD
parent29b3df2472db289c22416016ed7b7a5184aae58b (diff)
downloadaur-da2fbab263a3db1156ab29b1fc79b6804448f82f.tar.gz
IB no longer run TWS after installer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfb44634440c..dabe4adf5a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,16 +32,6 @@ build() {
rm -rf $HOME/.install4j $HOME/.i4j_jres $HOME/Jts/${majorVer}
./tws-latest-standalone-linux-x64.sh -q
- # as of 954.2o the installer runs TWS, even after unattended install!
- # so we need to install, wait to kill off the nuisance process, and continue
- while true
- do
- pkill -f $HOME/Jts
- if [ $? -eq 0 ]; then
- break
- fi
- done
-
mv ${HOME}/Jts/${majorVer}/jars/*.jar ${srcdir}
rm -rf $HOME/.install4j $HOME/.i4j_jres $HOME/Jts/${majorVer}
cd ${srcdir}