summarylogtreecommitdiffstats
path: root/understand
diff options
context:
space:
mode:
authorsaruman92019-09-23 00:14:27 +0300
committersaruman92019-09-23 00:14:27 +0300
commitf384f0584d5c04049f72ed80128207496415910c (patch)
treefe4ecfdc86394435be6c0db55f34257677e56720 /understand
parentedabfaca993fde1f2da6a84fb853779e46769edc (diff)
downloadaur-f384f0584d5c04049f72ed80128207496415910c.tar.gz
Level up: version 5.1.1000
Diffstat (limited to 'understand')
-rw-r--r--understand4
1 files changed, 2 insertions, 2 deletions
diff --git a/understand b/understand
index e8922bfab26e..e6420661271a 100644
--- a/understand
+++ b/understand
@@ -1,4 +1,4 @@
#!/bin/bash
-export LD_LIBRARY_PATH=/opt/scitools/bin/linux32
+export LD_LIBRARY_PATH=/opt/scitools/bin/linux64
unset QT_PLUGIN_PATH
-/opt/scitools/bin/linux32/understand.bin "$@"
+LD_PRELOAD=/usr/lib/libfreetype.so.6 /opt/scitools/bin/linux64/understand "$@"