aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-03-02 09:23:56 +0100
committerRobert Alessi <alessi@robertalessi.net>2024-03-02 09:23:56 +0100
commit91e8c6a6bb0674492231272177ad1aa8f0152b2a (patch)
tree98b1639a894887b721471c4602ad490d541396e0
parent094c40d4c9c6a93de6b99595ffb7005f677af11b (diff)
downloadtexlive-openbsd-91e8c6a6bb0674492231272177ad1aa8f0152b2a.tar.gz
added missing symlinks to scripts/context-texlive
-rw-r--r--README.md1
-rwxr-xr-xtl-build.sh5
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 826a5b9..0eff28a 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ for those who do not wish to compile their own.
25 25
26In addition to the standard binaries supported by TeX Live, TeX Live 26In addition to the standard binaries supported by TeX Live, TeX Live
27for OpenBSD provides the following: 27for 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}