diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-03-02 09:23:56 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-03-02 09:23:56 +0100 |
commit | 91e8c6a6bb0674492231272177ad1aa8f0152b2a (patch) | |
tree | 98b1639a894887b721471c4602ad490d541396e0 | |
parent | 094c40d4c9c6a93de6b99595ffb7005f677af11b (diff) | |
download | texlive-openbsd-91e8c6a6bb0674492231272177ad1aa8f0152b2a.tar.gz |
added missing symlinks to scripts/context-texlive
-rw-r--r-- | README.md | 1 | ||||
-rwxr-xr-x | tl-build.sh | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,7 @@ for those who do not wish to compile their own. | |||
25 | 25 | ||
26 | In addition to the standard binaries supported by TeX Live, TeX Live | 26 | In addition to the standard binaries supported by TeX Live, TeX Live |
27 | for OpenBSD provides the following: | 27 | for OpenBSD provides the following: |
28 | |||
28 | - xindy | 29 | - xindy |
29 | - LuaMetaTeX (ConTeXt) | 30 | - LuaMetaTeX (ConTeXt) |
30 | - asymptote | 31 | - asymptote |
diff --git a/tl-build.sh b/tl-build.sh index 25108c5..caa9e14 100755 --- a/tl-build.sh +++ b/tl-build.sh | |||
@@ -104,6 +104,11 @@ if [[ ${build_tl} == "y" ]]; then | |||
104 | ln -s luametatex mtxrun | 104 | ln -s luametatex mtxrun |
105 | ln -s ../../texmf-dist/scripts/context/lua/context.lua context.lua | 105 | ln -s ../../texmf-dist/scripts/context/lua/context.lua context.lua |
106 | ln -s ../../texmf-dist/scripts/context/lua/mtxrun.lua mtxrun.lua | 106 | ln -s ../../texmf-dist/scripts/context/lua/mtxrun.lua mtxrun.lua |
107 | ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/luatools luatools | ||
108 | ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/contextjit contextjit | ||
109 | ln -s ../../texmf-dist/scripts/context-texlive/stubs-mkiv/unix/mtxrunjit mtxrunjit | ||
110 | ln -s ../../texmf-dist/scripts/context-texlive/stubs/unix/texexec texexec | ||
111 | ln -s ../../texmf-dist/scripts/context-texlive/stubs/unix/texmfstart texmfstart | ||
107 | fi | 112 | fi |
108 | if [[ ${with_asymptote} == "y" ]];then | 113 | if [[ ${with_asymptote} == "y" ]];then |
109 | cd ${tl_sourcedir} | 114 | cd ${tl_sourcedir} |