From de17259259af4c80c6aaa40645daf7af667350ff Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 26 Mar 2024 10:25:27 +0100 Subject: added obsd-tlmgr wrapper script --- tl-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tl-build.sh') diff --git a/tl-build.sh b/tl-build.sh index 23ca054..9caa095 100755 --- a/tl-build.sh +++ b/tl-build.sh @@ -150,6 +150,7 @@ 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 fi } -- cgit v1.2.3