summaryrefslogtreecommitdiff
path: root/context-mkiv/context-setup-env.sh
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-09-07 08:17:54 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-09-07 08:17:54 +0200
commit0deacfaeff106661b9f949f042d3bdc66b7baca9 (patch)
treeb2935ae506fce461158ad0e1109a88966dc21fd3 /context-mkiv/context-setup-env.sh
parent31a8240793afd6a03fd780982144e6de42597458 (diff)
downloadarch-packages-0deacfaeff106661b9f949f042d3bdc66b7baca9.tar.gz
context-mkiv: add wrapper for mtxrun
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