summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2007-12-03 21:53:57 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2007-12-03 21:53:57 +0000
commit6211bed5b388b4c21c4eaf19a10de85c0a6a6198 (patch)
treefa0e522c31479d3e9e4871c3ccd15dd12634cfdc /Master
parent3ed5636a793068e1f84c62c087fcdeb8998033bf (diff)
lzmadec, lzma, wget, tar: binaries needed by the installer.
git-svn-id: svn://tug.org/texlive/trunk@5702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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