summaryrefslogtreecommitdiff
path: root/context-mkiv/context-setup-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'context-mkiv/context-setup-env.sh')
-rw-r--r--context-mkiv/context-setup-env.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/context-mkiv/context-setup-env.sh b/context-mkiv/context-setup-env.sh
index 99a8def..3672555 100644
--- a/context-mkiv/context-setup-env.sh
+++ b/context-mkiv/context-setup-env.sh
@@ -11,6 +11,8 @@ fi
declare -x OSFONTDIR="${font_dirs:-}"
declare -x TEXMFCACHE=${HOME}/.texmf/texmf-cache
-declare -x TEXMFOS=${context_root}/texmf-context
+declare -x TEXMFCNF=/usr/share/texmf/texmf/web2c
+declare -x TEXOS=${context_root}/texmf-linux/bin
+declare -x MTX_PLATFORM=linux
# vim:et:ft=sh:sw=2:ts=8