aboutsummaryrefslogtreecommitdiff
path: root/tl-build.sh
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-03-21 19:39:38 +0100
committerRobert Alessi <alessi@robertalessi.net>2024-03-21 19:39:38 +0100
commit4a64475651906e3a3d408960dbfb189e333bc3f3 (patch)
tree7bdab26467a29ecba78f5a884509ed5dd21baa76 /tl-build.sh
parent983e7d9fe51bc4245b0775bb13857ac5a2c46dc2 (diff)
downloadtexlive-openbsd-4a64475651906e3a3d408960dbfb189e333bc3f3.tar.gz
added mksymlinks
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-xtl-build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tl-build.sh b/tl-build.sh
index eda6bea..d81e41f 100755
--- a/tl-build.sh
+++ b/tl-build.sh
@@ -146,6 +146,13 @@ function include_asymptote {
146 fi 146 fi
147} 147}
148 148
149function include_extras {
150 if [[ -d ${tl_sourcedir}/inst/bin ]];then
151 tl_bindir=${tl_sourcedir}/inst/bin/`ls ${tl_sourcedir}/inst/bin`
152 install -m 0755 ${this_dir}/mksymlinks ${tl_bindir}/mktexobsdsymlinks
153 fi
154}
155
149# Now build TL 156# Now build TL
150if [[ ${build_tl} == "y" ]]; then 157if [[ ${build_tl} == "y" ]]; then
151 cd ${tl_sourcedir} 158 cd ${tl_sourcedir}
@@ -157,6 +164,7 @@ if [[ ${build_tl} == "y" ]]; then
157 if [[ ${with_asymptote} == "y" ]];then 164 if [[ ${with_asymptote} == "y" ]];then
158 include_asymptote 165 include_asymptote
159 fi 166 fi
167 include_extras
160else 168else
161 if [[ ${with_context} == "y" ]]; then 169 if [[ ${with_context} == "y" ]]; then
162 include_context 170 include_context