From 0fbc8d717b186abbe87d47e09a3bf699ef7c6bc8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 19 Mar 2011 17:52:35 -0600 Subject: [PATCH] ... --- setup/installer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/__init__.py b/setup/installer/__init__.py index e07586eefd..f2d598e33a 100644 --- a/setup/installer/__init__.py +++ b/setup/installer/__init__.py @@ -138,7 +138,7 @@ class VMInstaller(Command): 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: