mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/texlive: install some perl modules
According to http://osdir.com/ml/blfs-dev/2015-06/msg00062.html this is necessary to avoid http://bugs.alpinelinux.org/issues/4514
This commit is contained in:
parent
2a96f7ce1b
commit
e481f694dc
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=texlive
|
||||
pkgver=20150521
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A complete TeX distribution"
|
||||
url="http://tug.org/texlive/"
|
||||
arch="all"
|
||||
@ -93,6 +93,8 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"/build
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
cp -rf ../texk/tests/TeXLive \
|
||||
"$pkgdir"/usr/share/texmf-dist/scripts/texlive || return 1
|
||||
rm -f "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user