mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 15:32:25 +01:00
community/texlive: fix trigger script
Change the trigger script to also generate a pdftex.map and psfonts.map file.
This commit is contained in:
parent
e8f5e9daa1
commit
63b256a18b
@ -2,11 +2,12 @@
|
||||
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
pkgname=texlive
|
||||
pkgver=20210325
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Comprehensive TeX document production system"
|
||||
url="https://tug.org/texlive/"
|
||||
# mips64, s390x and riscv64 blocked by failing luatex
|
||||
arch="all !mips64 !s390x !riscv64"
|
||||
# ppc64le: fails with "texk/web2c/mplibdir/psout.w:5342:1: error: unknown type name 'mp_gr_knot'"
|
||||
arch="all !mips64 !s390x !riscv64 !ppc64le"
|
||||
license="GPL-2.0-or-later AND GPL-3.0-or-later"
|
||||
options="!check" # no unit tests provided
|
||||
depends="perl texmf-dist>=2020.55416"
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
echo " --> updmap-sys --syncwithtrees"
|
||||
yes 2> /dev/null | updmap-sys --syncwithtrees > /dev/null 2>&1 > /dev/null
|
||||
echo " --> updmap-sys"
|
||||
updmap-sys > /dev/null 2>&1 > /dev/null
|
||||
echo " --> mktexlsr"
|
||||
mktexlsr > /dev/null 2>&1 > /dev/null
|
||||
echo " --> texhash"
|
||||
texhash > /dev/null 2>&1 > /dev/null
|
||||
echo " --> fmtutil-sys --all"
|
||||
fmtutil-sys --all > /dev/null 2>&1 > /dev/null
|
||||
echo " --> updmap-sys --force"
|
||||
updmap-sys --force > /dev/null 2>&1 > /dev/null
|
||||
exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user