1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-17 22:47:05 +00:00
termux-packages/packages/texlive-installer/tlpkg-TeXLive-TLUtils.pm.patch
Leonid Pliushch 625f2aab3c
move some packages from unstable repo
Everything moved has been manually compiled and submitted to the main
apt repo at packages.termux.org.

%ci:no-build
2021-10-24 18:31:15 +00:00

12 lines
402 B
Diff

--- ../TLUtils.pm.orig 2020-04-30 14:21:49.833109611 +0200
+++ ./tlpkg/TeXLive/TLUtils.pm 2020-04-30 14:21:22.356486506 +0200
@@ -1753,7 +1753,7 @@
if (win32() && defined($keyval{'filew32'})) {
$file = $keyval{'filew32'};
}
- my $texdir = `kpsewhich -var-value=SELFAUTOPARENT`;
+ my $texdir = "@TERMUX_PREFIX@/share/texlive";
chomp($texdir);
my @syscmd;
if ($file =~ m/\.pl$/i) {