chiark / gitweb /
texlive: update to 2018 and update poppler patches to work with 0.64
[termux-packages] / packages / texlive / TLUtils.pm.patch
CommitLineData
f547c930 1--- src/texlive-20180414-extra/tlpkg/TeXLive/TLUtils.pm 2016-05-16 00:33:33.000000000 +0000
dce832a2
HG
2+++ ../TLUtils.pm 2017-05-30 14:09:38.505466432 +0000
3@@ -228,7 +228,7 @@
4 # We cannot rely on #! in config.guess but have to call /bin/sh
5 # explicitly because sometimes the 'noexec' flag is set in
6 # /etc/fstab for ISO9660 file systems.
7- chomp (my $guessed_platform = `/bin/sh '$config_guess'`);
8+ chomp (my $guessed_platform = `@TERMUX_PREFIX@/bin/sh '$config_guess'`);
9
10 # For example, if the disc or reader has hardware problems.
11 die "$0: could not run $config_guess, cannot proceed, sorry"