From b3431470f6df090db683a490d80fc1a329d1f487 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 27 Jun 2013 08:27:22 -0400 Subject: [PATCH] Fix texlive installation error --- stage5/pkg/texlive | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stage5/pkg/texlive b/stage5/pkg/texlive index 8c4eda8..6da9240 100644 --- a/stage5/pkg/texlive +++ b/stage5/pkg/texlive @@ -34,8 +34,7 @@ hvconfig_pre() hvbuild_post() { - cp -a ${LFS_TMP}/${PACKAGE}/utils/biber/TeXLive /usr/lib/perl5/site_perl/${PERL} - ###cp -a ${LFS_TMP}/${PACKAGE}/utils/biber/TeXLive /usr/lib/perl5/site_perl/${PERL}/x86_64-linux-thread-multi + cp -a ${LFS_TMP}/${PACKAGE}/utils/biber/TeXLive /usr/lib/perl5/site_perl/$(get_pkg_ver ${PERL}) rm -v /usr/texmf{,-dist} install -v -m1777 -d /var/lib/livetex/fonts -- 2.20.1