diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-03-28 09:23:21 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-03-28 09:23:21 +0100 |
commit | 1b63fcabc2cb3c100c1a50136ce1e160e042b332 (patch) | |
tree | 05f25fdc8305a86752906a411d81554d24e6e9dc /tl-build.sh | |
parent | 910f40efb89c71fd39512417d8dc7b54d8f7a773 (diff) | |
download | texlive-openbsd-1b63fcabc2cb3c100c1a50136ce1e160e042b332.tar.gz |
new tlobsd wrapper
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-x | tl-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
148 | function include_extras { | 148 | function include_extras { |
149 | if [[ -d ${tl_sourcedir}/inst/bin ]];then | 149 | if [[ -d ${tl_sourcedir}/inst/bin ]];then |
150 | tl_bindir=${tl_sourcedir}/inst/bin/`ls ${tl_sourcedir}/inst/bin` | 150 | tl_bindir=${tl_sourcedir}/inst/bin/`ls ${tl_sourcedir}/inst/bin` |
151 | install -m 0755 ${this_dir}/mktexobsdsymlinks ${tl_bindir}/mktexobsdsymlinks | 151 | install -m 0755 ${this_dir}/tlobsd-mksymlinks ${tl_bindir}/tlobsd-mksymlinks |
152 | install -m 0755 ${this_dir}/obsd-tlmgr ${tl_bindir}/obsd-tlmgr | 152 | install -m 0755 ${this_dir}/tlobsd ${tl_bindir}/tlobsd |
153 | fi | 153 | fi |
154 | } | 154 | } |
155 | 155 | ||