chiark / gitweb /
baf5d78ad3e03a353a3fc24c4947edbbcf74241e
[termux-packages] / packages / texlive / TLUtils.pm.patch
1 --- src/texlive-20170524-extra/tlpkg/TeXLive/TLUtils.pm 2016-05-16 00:33:33.000000000 +0000
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"