diff --git a/setup/installer/__init__.py b/setup/installer/__init__.py index aa0d3d56b8..1667fc8209 100644 --- a/setup/installer/__init__.py +++ b/setup/installer/__init__.py @@ -11,7 +11,7 @@ import subprocess, tempfile, os, time, socket from setup import Command, installer_name from setup.build_environment import HOST, PROJECT -BASE_RSYNC = ['rsync', '-avz', '--delete', '--force'] +BASE_RSYNC = ['rsync', '-av', '--delete', '--force'] EXCLUDES = [] for x in [ 'src/calibre/plugins', 'manual',