aboutsummaryrefslogtreecommitdiffstats
path: root/community/texlive
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2019-08-11 22:16:01 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-09-02 08:50:39 +0200
commite5e78acda5106768a8d8dfd8206ebc3d8ac3a588 (patch)
treec50979e69d647aa0b3d9ea0cdeb5d72e08f5e37c /community/texlive
parent8feb071499560a40ce42ee04d0eea481fe08ddd3 (diff)
downloadaports-e5e78acda5106768a8d8dfd8206ebc3d8ac3a588.tar.bz2
aports-e5e78acda5106768a8d8dfd8206ebc3d8ac3a588.tar.xz
community/texlive: Added missing symlink
The symlink at /usr/bin/lualatex to luatex is currently missing. This commit adds it.
Diffstat (limited to 'community/texlive')
-rw-r--r--community/texlive/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/texlive/APKBUILD b/community/texlive/APKBUILD
index 615d1afa41..7faac81eec 100644
--- a/community/texlive/APKBUILD
+++ b/community/texlive/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=texlive
pkgver=20190410
-pkgrel=1
+pkgrel=2
pkgdesc="Comprehensive TeX document production system"
url="http://tug.org/texlive/"
arch="all !x86 !ppc64le"
@@ -28,7 +28,7 @@ source="
"
builddir="$srcdir"/texlive-${pkgver}-source
-_luatex="dvilualatex dviluatex lualollipop"
+_luatex="dvilualatex dviluatex lualollipop lualatex"
_pdftex="amstex cslatex csplain eplain etex jadetex latex lollipop mex
mllatex mltex pdfetex pdfcslatex pdfcsplain pdfjadetex pdflatex
pdfmex pdfxmltex texsis utf8mex xmltex"