diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-06-08 21:27:10 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-06-08 21:27:10 +0200 |
commit | 341dc984c3f73f91d8144ea046e296ab0c57c3f2 (patch) | |
tree | 13dbb1504a8f33c019657868330fa765c96dfc0c /tl-build.sh | |
parent | 72bf819e1ddaa9c6a9b010bcbb69a9a9a3f201fc (diff) | |
download | texlive-openbsd-341dc984c3f73f91d8144ea046e296ab0c57c3f2.tar.gz |
TLObsd now provides biber
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 dcf3bfe..b538401 100755 --- a/tl-build.sh +++ b/tl-build.sh | |||
@@ -149,6 +149,7 @@ 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}/tlobsd-mksymlinks ${tl_bindir}/tlobsd-mksymlinks | 151 | install -m 0755 ${this_dir}/tlobsd-mksymlinks ${tl_bindir}/tlobsd-mksymlinks |
152 | install -m 0755 ${this_dir}/tlobsd-getbiber ${tl_bindir}/tlobsd-getbiber | ||
152 | install -m 0755 ${this_dir}/tlobsd ${tl_bindir}/tlobsd | 153 | install -m 0755 ${this_dir}/tlobsd ${tl_bindir}/tlobsd |
153 | fi | 154 | fi |
154 | } | 155 | } |