From 341dc984c3f73f91d8144ea046e296ab0c57c3f2 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 8 Jun 2024 21:27:10 +0200 Subject: TLObsd now provides biber --- tl-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tl-build.sh') 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 { if [[ -d ${tl_sourcedir}/inst/bin ]];then tl_bindir=${tl_sourcedir}/inst/bin/`ls ${tl_sourcedir}/inst/bin` install -m 0755 ${this_dir}/tlobsd-mksymlinks ${tl_bindir}/tlobsd-mksymlinks + install -m 0755 ${this_dir}/tlobsd-getbiber ${tl_bindir}/tlobsd-getbiber install -m 0755 ${this_dir}/tlobsd ${tl_bindir}/tlobsd fi } -- cgit v1.2.3