diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 6 | ||||
-rwxr-xr-x | Master/tlpkg/bin/msys-1.0.dll | bin | 0 -> 734024 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 837c1c7975d..d45f33c0b2b 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -580,9 +580,9 @@ sub install_package { my $tar="/bin/tar -xf - -C"; my $wget="wget -nv -O-"; if (win32) { - $lzmadec="$bindir/lzma.exe -si -so"; - $tar="$bindir/tar.exe -xf - -C"; - $wget="$bindir/wget.exe -nv -O-"; + $lzmadec="$bindir/lzma.exe d -si -so"; $lzmadec =~ s!/!\\!g; + $tar="$bindir/tar.exe -xf - -C"; $tar =~ s!/!\\!g; + $wget="$bindir/wget.exe -nv -O-"; $wget =~ s!/!\\!g; } if (ref $what) { diff --git a/Master/tlpkg/bin/msys-1.0.dll b/Master/tlpkg/bin/msys-1.0.dll Binary files differnew file mode 100755 index 00000000000..4d57f49676d --- /dev/null +++ b/Master/tlpkg/bin/msys-1.0.dll |