From: Ole Streicher <olebole@debian.org>
Date: Fri, 3 Mar 2017 09:28:38 +0100
Subject: Adjust classpath in stilts script

---
 src/script/stilts | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/script/stilts b/src/script/stilts
index d2ebea2..bfb4e35 100644
--- a/src/script/stilts
+++ b/src/script/stilts
@@ -67,11 +67,7 @@ if test -x /usr/bin/sw_vers && /usr/bin/sw_vers | grep -iq 'Mac *OS'; then
 fi
 
 #  Locate the application jar file.
-for j in $stilts_jars; do
-   if test -z "$appjar" -a -f "$j"; then
-      appjar="$j"
-   fi
-done
+appjar=/usr/share/java/starlink-ttools.jar
 if test ! -f "$appjar"
 then
    echo 1>&2 "Can't find stilts classes relative to ${scriptname} - looked for:"
