From 0fc39c8a548008af93555db6e31268031d160e40 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 30 Nov 2024 14:49:50 +0300 Subject: [PATCH] texlive-bin --- editor/tex/texlive-bin/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/tex/texlive-bin/actions.py b/editor/tex/texlive-bin/actions.py index b6b955d5db..2ee38dcd4c 100644 --- a/editor/tex/texlive-bin/actions.py +++ b/editor/tex/texlive-bin/actions.py @@ -58,7 +58,7 @@ def install(): autotools.rawInstall("prefix=/usr DESTDIR=%s" % get.installDIR()) shelltools.system("pwd") #install biber - pisitools.dobin("../../biber-2.18/bin/biber") + pisitools.dobin("../../biber-2.20/bin/biber") #pisitools.dodir("/usr/share/tlpkg/TeXLive") #shelltools.move("%s/source/utils/biber/TeXLive/*.pm" % get.workDIR(), "%s/usr/share/tlpkg/TeXLive" % get.installDIR())