mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:33:30 +02:00
oops
This commit is contained in:
parent
6c42d36b18
commit
1af6e5fc9b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def main():
|
|||
python = os.path.join(os.environ['SW'], 'bin', 'python')
|
||||
if action == 'install':
|
||||
if isosx:
|
||||
os.makedirs(os.environ['SWBASE'])
|
||||
run('sudo', 'mkdir', '-p', os.environ['SWBASE'])
|
||||
run('sudo', 'chown', os.environ['USER'], os.environ['SWBASE'])
|
||||
download_and_decompress(
|
||||
'https://download.calibre-ebook.com/travis/sw-osx.tar.bz2',
|
||||
|
|
|
|||
Loading…
Reference in a new issue