diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 3b4e36d35c8..49342015d7f 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -80,7 +80,7 @@ sub do_install_xetex { if (win32()) { push @cpycmd, "xcopy", "/e", "/i", "/q", "/y"; } else { - push @cpycmd, "cp", "-a"; + push @cpycmd, "cp", "-R"; } system(@cpycmd, (win32() ? conv_to_win_path("$texdir/bin/win32/conf") : |