diff options
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-x | tl-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
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}/mktexobsdsymlinks ${tl_bindir}/mktexobsdsymlinks | 152 | install -m 0755 ${this_dir}/mktexobsdsymlinks ${tl_bindir}/mktexobsdsymlinks |
153 | install -m 0755 ${this_dir}/obsd-tlmgr ${tl_bindir}/obsd-tlmgr | ||
153 | fi | 154 | fi |
154 | } | 155 | } |
155 | 156 | ||