diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-03-24 08:16:05 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-03-24 08:16:05 +0100 |
commit | 6ac720c04e7755a63d3639f9c907a4ee8123c828 (patch) | |
tree | 5adbbbb981827068abf257e000ffa47f3270b0b6 /tl-build.sh | |
parent | cdcc54462ee6812e40322b3d442b9a6395c8f28b (diff) | |
download | texlive-openbsd-6ac720c04e7755a63d3639f9c907a4ee8123c828.tar.gz |
mksymlinks -> mkobsdsymlinks
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-x | tl-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
149 | function include_extras { | 149 | function include_extras { |
150 | if [[ -d ${tl_sourcedir}/inst/bin ]];then | 150 | if [[ -d ${tl_sourcedir}/inst/bin ]];then |
151 | tl_bindir=${tl_sourcedir}/inst/bin/`ls ${tl_sourcedir}/inst/bin` | 151 | tl_bindir=${tl_sourcedir}/inst/bin/`ls ${tl_sourcedir}/inst/bin` |
152 | install -m 0755 ${this_dir}/mksymlinks ${tl_bindir}/mktexobsdsymlinks | 152 | install -m 0755 ${this_dir}/mktexobsdsymlinks ${tl_bindir}/mktexobsdsymlinks |
153 | fi | 153 | fi |
154 | } | 154 | } |
155 | 155 | ||