~alpine/aports

community/texlive: Added missing symlink v1 PROPOSED

Marian Buschsieweke: 1
 community/texlive: Added missing symlink

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2915/mbox | git am -3
Learn more about email & git

[PATCH] community/texlive: Added missing symlink Export this patch

The symlink at /usr/bin/lualatex to luatex is currently missing. This commit
adds it.
---
 community/texlive/APKBUILD | 4 ++--
 1 file 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"
-- 
2.22.0