summarylogtreecommitdiffstats
path: root/01-fix_lib_dir.patch
blob: 1ad62a65bfd696ebfdfbc3a20a19808750b16a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- kaitai-struct-compiler-0.7.pristine/bin/kaitai-struct-compiler	2017-03-27 12:03:24.360256586 +0200
+++ kaitai-struct-compiler-0.7.new/bin/kaitai-struct-compiler	2017-03-27 12:04:03.948294633 +0200
@@ -332,7 +332,7 @@
 declare -r real_script_path="$(realpath "$0")"
 declare -r app_home="$(realpath "$(dirname "$real_script_path")")"
 # TODO - Check whether this is ok in cygwin...
-declare -r lib_dir="$(realpath "${app_home}/../lib")"
+declare -r lib_dir="/usr/share/java/kaitai-struct-compiler"
 declare -a app_mainclass=("io.kaitai.struct.JavaMain")
 
 declare -r script_conf_file="${app_home}/../conf/application.ini"