diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-09 00:16:07 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-09 00:16:07 +0200 |
commit | a5463b020b1d56e55c49e56667a00b42437c3004 (patch) | |
tree | 22ca4552cedc9f24178b93d5ebf0cfc1c823bf11 /testing/texlive | |
parent | c72c73ba457d301c45897d6bad1b8ff3040a9966 (diff) | |
download | aports-a5463b020b1d56e55c49e56667a00b42437c3004.tar.bz2 aports-a5463b020b1d56e55c49e56667a00b42437c3004.tar.xz |
testing/texlive: fix builddir
Diffstat (limited to 'testing/texlive')
-rw-r--r-- | testing/texlive/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/texlive/APKBUILD b/testing/texlive/APKBUILD index cdc768e263..ecd15a37db 100644 --- a/testing/texlive/APKBUILD +++ b/testing/texlive/APKBUILD @@ -15,7 +15,7 @@ makedepends="freetype-dev libpng-dev poppler-dev icu-dev harfbuzz-dev install="" subpackages="$pkgname-dev $pkgname-doc xdvik:xdvi $pkgname-xetex:xetex $pkgname-luatex:lua $pkgname-full:meta" source="ftp://ftp.tug.org/texlive/historic/${pkgver:0:4}/texlive-$pkgver-source.tar.xz" -builddir="$srcdir"/texlive-${pkgver}-source +builddir="$srcdir"/texlive-${pkgver/b}-source _luatex="dvilualatex dviluatex lualollipop" _pdftex="amstex cslatex csplain eplain etex jadetex latex lollipop mex |