texlive: fix error in termux_step_post_extract_package

This commit is contained in:
Henrik Grimler 2019-05-01 20:39:06 +02:00 committed by Leonid Pliushch
parent 8dc09d6e2b
commit 06b57a5619
1 changed files with 4 additions and 7 deletions

View File

@ -28,10 +28,7 @@ termux_step_post_extract_package() {
install-tl-*/release-texlive.txt \ install-tl-*/release-texlive.txt \
install-tl-*/tlpkg \ install-tl-*/tlpkg \
$TERMUX_PKG_SRCDIR/ $TERMUX_PKG_SRCDIR/
}
termux_step_post_extract_package() {
cd $TERMUX_PKG_CACHEDIR
# Download texlive.tlpdb, parse to get file lists and include in texlive-full. # Download texlive.tlpdb, parse to get file lists and include in texlive-full.
termux_download ftp://ftp.tug.org/texlive/historic/${TERMUX_PKG_VERSION:0:4}/texlive-${TERMUX_PKG_VERSION}-tlpdb-full.tar.gz \ termux_download ftp://ftp.tug.org/texlive/historic/${TERMUX_PKG_VERSION:0:4}/texlive-${TERMUX_PKG_VERSION}-tlpdb-full.tar.gz \
texlive-${TERMUX_PKG_VERSION}-tlpdb-full.tar.gz \ texlive-${TERMUX_PKG_VERSION}-tlpdb-full.tar.gz \