diff options
author | Marian Buschsieweke <marian.buschsieweke@ovgu.de> | 2019-08-11 22:16:01 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-09-02 08:50:39 +0200 |
commit | e5e78acda5106768a8d8dfd8206ebc3d8ac3a588 (patch) | |
tree | c50979e69d647aa0b3d9ea0cdeb5d72e08f5e37c /community/texlive/APKBUILD | |
parent | 8feb071499560a40ce42ee04d0eea481fe08ddd3 (diff) | |
download | aports-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/APKBUILD')
-rw-r--r-- | community/texlive/APKBUILD | 4 |
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" |