Browse Source
texlive: fix error in termux_step_post_extract_package
emacs-27
Henrik Grimler
6 years ago
committed by
Leonid Plyushch
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
4 additions and
7 deletions
-
packages/texlive/build.sh
|
@ -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 \ |
|
|