Browse Source

texlive-bin: fix comment in build.sh

build-on-device
Leonid Plyushch 5 years ago
parent
commit
f3902bf6b5
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/texlive-bin/build.sh

4
packages/texlive-bin/build.sh

@ -129,6 +129,6 @@ termux_step_pre_configure() {
{} + {} +
# These files are from upstream master: # These files are from upstream master:
cp "$TERMUX_PKG_BUILDER_DIR"/pdftoepdf-poppler0.83.0.cc "$TERMUX_PKG_SRCDIR"/texk/web2c/pdftexdir/pdftoepdf.cc # commit 473d82b cp "$TERMUX_PKG_BUILDER_DIR"/pdftoepdf-poppler0.83.0.cc "$TERMUX_PKG_SRCDIR"/texk/web2c/pdftexdir/pdftoepdf.cc # commit f0d0598b
cp "$TERMUX_PKG_BUILDER_DIR"/pdftosrc-poppler0.83.0.cc "$TERMUX_PKG_SRCDIR"/texk/web2c/pdftexdir/pdftosrc.cc # commit 473d82b cp "$TERMUX_PKG_BUILDER_DIR"/pdftosrc-poppler0.83.0.cc "$TERMUX_PKG_SRCDIR"/texk/web2c/pdftexdir/pdftosrc.cc # commit f0d0598b
} }

Loading…
Cancel
Save