mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-16 18:25:10 +01:00
...
This commit is contained in:
parent
ec622f426d
commit
0fbc8d717b
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ def run(self, opts):
|
|||
self.vm = self.VM
|
||||
if not self.vmware_started():
|
||||
self.start_vmware()
|
||||
subprocess.call(['chmod', '-R', '+r', 'resources/recipes'])
|
||||
subprocess.call(['chmod', '-R', '+r', 'recipes'])
|
||||
self.start_vm()
|
||||
self.download_installer()
|
||||
if not self.dont_shutdown:
|
||||
|
|
|
|||
Loading…
Reference in a new issue