office/texlive: include TL perl modules in package

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Mathew Holleran 2013-05-01 22:06:42 -05:00 committed by Niels Horn
parent 6269fbdeb0
commit 92b7c2f6bf
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,7 @@
PRGNAM=texlive
VERSION=20120701
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
SOURCE_VERS=$VERSION
@ -81,6 +81,10 @@ find . \
# Fix up some paths
patch -p1 < $CWD/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff
# Add some perl modules, at least one of which is required by updmap
mkdir -p $PKG/usr/share/perl5
cp -a utils/biber/TeXLive $PKG/usr/share/perl5
unset TEXMFCNF ; export TEXMFCNF
LANG=C ; export LANG
GNUMAKE=$(which make) ; export GNUMAKE