Patch TCl/Tk export

This commit is contained in:
Valentin Niess
2020-05-05 11:07:06 +02:00
parent d48e582472
commit 5552c1f7cb
2 changed files with 11 additions and 7 deletions

View File

@@ -4,11 +4,6 @@
self="$(readlink -f -- $0)"
here="${self%/*}"
APPDIR="${APPDIR:-${here}}"
# Export TCl/Tk
export TCL_LIBRARY="${APPDIR}/usr/share/tcltk/tcl{{ tcl-version }}"
export TK_LIBRARY="${APPDIR}/usr/share/tcltk/tk{{ tk-version }}"
export TKPATH="${TK_LIBRARY}"
{{ tcltk-env }}
# Call the entry point
{{ entrypoint }}