From 4a64475651906e3a3d408960dbfb189e333bc3f3 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 21 Mar 2024 19:39:38 +0100 Subject: added mksymlinks --- tl-build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tl-build.sh') diff --git a/tl-build.sh b/tl-build.sh index eda6bea..d81e41f 100755 --- a/tl-build.sh +++ b/tl-build.sh @@ -146,6 +146,13 @@ function include_asymptote { fi } +function include_extras { + if [[ -d ${tl_sourcedir}/inst/bin ]];then + tl_bindir=${tl_sourcedir}/inst/bin/`ls ${tl_sourcedir}/inst/bin` + install -m 0755 ${this_dir}/mksymlinks ${tl_bindir}/mktexobsdsymlinks + fi +} + # Now build TL if [[ ${build_tl} == "y" ]]; then cd ${tl_sourcedir} @@ -157,6 +164,7 @@ if [[ ${build_tl} == "y" ]]; then if [[ ${with_asymptote} == "y" ]];then include_asymptote fi + include_extras else if [[ ${with_context} == "y" ]]; then include_context -- cgit v1.2.3