mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
rsync on my dev machine no longer supports -z
This commit is contained in:
parent
3bee7cf527
commit
3f86a1d5be
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user