From 6ac720c04e7755a63d3639f9c907a4ee8123c828 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 24 Mar 2024 08:16:05 +0100 Subject: mksymlinks -> mkobsdsymlinks --- tl-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tl-build.sh') diff --git a/tl-build.sh b/tl-build.sh index d81e41f..23ca054 100755 --- a/tl-build.sh +++ b/tl-build.sh @@ -149,7 +149,7 @@ function include_asymptote { 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 + install -m 0755 ${this_dir}/mktexobsdsymlinks ${tl_bindir}/mktexobsdsymlinks fi } -- cgit v1.2.3