summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm5
-rwxr-xr-xMaster/tlpkg/bin/lzma.exebin0 -> 97792 bytes
-rwxr-xr-xMaster/tlpkg/bin/lzmadec.x86_64-linuxbin0 -> 11544 bytes
-rwxr-xr-xMaster/tlpkg/bin/tar.exebin0 -> 140288 bytes
-rwxr-xr-xMaster/tlpkg/bin/wget.exebin0 -> 332800 bytes
5 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index c7c7d7f553d..837c1c7975d 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -575,12 +575,11 @@ sub install_package {
my $blocksize=2048;
my @filelist = @$filelistref;
- #my $lzmadec="$bindir/lzmadec_$platform";
- my $lzmadec="lzmadec";
+ my $bindir = "$::installerdir/tlpkg/bin";
+ my $lzmadec="$bindir/lzmadec.$::_platform_";
my $tar="/bin/tar -xf - -C";
my $wget="wget -nv -O-";
if (win32) {
- my $bindir = "$::installerdir/tlpkg/bin/win32";
$lzmadec="$bindir/lzma.exe -si -so";
$tar="$bindir/tar.exe -xf - -C";
$wget="$bindir/wget.exe -nv -O-";
diff --git a/Master/tlpkg/bin/lzma.exe b/Master/tlpkg/bin/lzma.exe
new file mode 100755
index 00000000000..6ce17a1f4cb
--- /dev/null
+++ b/Master/tlpkg/bin/lzma.exe
Binary files differ
diff --git a/Master/tlpkg/bin/lzmadec.x86_64-linux b/Master/tlpkg/bin/lzmadec.x86_64-linux
new file mode 100755
index 00000000000..1644f8671da
--- /dev/null
+++ b/Master/tlpkg/bin/lzmadec.x86_64-linux
Binary files differ
diff --git a/Master/tlpkg/bin/tar.exe b/Master/tlpkg/bin/tar.exe
new file mode 100755
index 00000000000..ef891bc553e
--- /dev/null
+++ b/Master/tlpkg/bin/tar.exe
Binary files differ
diff --git a/Master/tlpkg/bin/wget.exe b/Master/tlpkg/bin/wget.exe
new file mode 100755
index 00000000000..ad974bfe5f8
--- /dev/null
+++ b/Master/tlpkg/bin/wget.exe
Binary files differ