diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2007-12-03 21:53:57 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2007-12-03 21:53:57 +0000 |
commit | 6211bed5b388b4c21c4eaf19a10de85c0a6a6198 (patch) | |
tree | fa0e522c31479d3e9e4871c3ccd15dd12634cfdc | |
parent | 3ed5636a793068e1f84c62c087fcdeb8998033bf (diff) |
lzmadec, lzma, wget, tar: binaries needed by the installer.
git-svn-id: svn://tug.org/texlive/trunk@5702 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 5 | ||||
-rwxr-xr-x | Master/tlpkg/bin/lzma.exe | bin | 0 -> 97792 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/lzmadec.x86_64-linux | bin | 0 -> 11544 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/tar.exe | bin | 0 -> 140288 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/wget.exe | bin | 0 -> 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 Binary files differnew file mode 100755 index 00000000000..6ce17a1f4cb --- /dev/null +++ b/Master/tlpkg/bin/lzma.exe diff --git a/Master/tlpkg/bin/lzmadec.x86_64-linux b/Master/tlpkg/bin/lzmadec.x86_64-linux Binary files differnew file mode 100755 index 00000000000..1644f8671da --- /dev/null +++ b/Master/tlpkg/bin/lzmadec.x86_64-linux diff --git a/Master/tlpkg/bin/tar.exe b/Master/tlpkg/bin/tar.exe Binary files differnew file mode 100755 index 00000000000..ef891bc553e --- /dev/null +++ b/Master/tlpkg/bin/tar.exe diff --git a/Master/tlpkg/bin/wget.exe b/Master/tlpkg/bin/wget.exe Binary files differnew file mode 100755 index 00000000000..ad974bfe5f8 --- /dev/null +++ b/Master/tlpkg/bin/wget.exe |