mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/texlive-bin to 2011.1-5
This commit is contained in:
parent
ffea9e00c5
commit
487738184b
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@ plugrel=1
|
|||
pkgname=texlive-bin
|
||||
pkgver=2011.1
|
||||
_luatex_ver=0.70.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="TeX Live binaries"
|
||||
license=('GPL')
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -102,6 +102,8 @@ build() {
|
|||
cd "$srcdir"
|
||||
# this patch removes spurious error message with locale "xx_YY.utf8"
|
||||
patch -p0 -i fix-fontforge-encoding.patch
|
||||
# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
|
||||
sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
|
||||
#############################################################
|
||||
### configure
|
||||
cd source
|
||||
|
|
Loading…
Reference in a new issue