~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] community/texlive: Added missing symlink

Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Details
Message ID
<20190811201601.2453-1-marian.buschsieweke@ovgu.de>
DKIM signature
missing
Download raw message
Patch: +2 -2
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
Reply to thread Export thread (mbox)