This commit is contained in:
Kovid Goyal 2011-03-19 17:52:35 -06:00
parent ec622f426d
commit 0fbc8d717b

View File

@ -138,7 +138,7 @@ class VMInstaller(Command):
self.vm = self.VM self.vm = self.VM
if not self.vmware_started(): if not self.vmware_started():
self.start_vmware() self.start_vmware()
subprocess.call(['chmod', '-R', '+r', 'resources/recipes']) subprocess.call(['chmod', '-R', '+r', 'recipes'])
self.start_vm() self.start_vm()
self.download_installer() self.download_installer()
if not self.dont_shutdown: if not self.dont_shutdown: