From 1b63fcabc2cb3c100c1a50136ce1e160e042b332 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 28 Mar 2024 09:23:21 +0100 Subject: new tlobsd wrapper --- tl-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tl-build.sh') diff --git a/tl-build.sh b/tl-build.sh index 2abd033..dcf3bfe 100755 --- a/tl-build.sh +++ b/tl-build.sh @@ -148,8 +148,8 @@ 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}/mktexobsdsymlinks ${tl_bindir}/mktexobsdsymlinks - install -m 0755 ${this_dir}/obsd-tlmgr ${tl_bindir}/obsd-tlmgr + install -m 0755 ${this_dir}/tlobsd-mksymlinks ${tl_bindir}/tlobsd-mksymlinks + install -m 0755 ${this_dir}/tlobsd ${tl_bindir}/tlobsd fi } -- cgit v1.2.3