mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 06:07:14 +01:00
...
This commit is contained in:
parent
604b8d0873
commit
6e8296de1f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
from setup import Command, installer_name
|
||||
from setup.build_environment import HOST, PROJECT
|
||||
|
||||
BASE_RSYNC = 'rsync -avz --delete'.split()
|
||||
BASE_RSYNC = ['rsync', '-e', 'ssh -x', '-avz', '--delete']
|
||||
EXCLUDES = []
|
||||
for x in [
|
||||
'src/calibre/plugins', 'src/calibre/manual', 'src/calibre/trac',
|
||||
|
|
|
|||
Loading…
Reference in a new issue