From 66f54461e67f37c976373434df520691f50f9f8b Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 23 Mar 2011 02:37:32 +0000 Subject: [PATCH] install the xcode4 templates one directory above the tree git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@5292 23306eb0-4c56-4727-a40e-e92c0eb68959 --- instruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instruby.rb b/instruby.rb index 9a7f84558..7d6b6606e 100755 --- a/instruby.rb +++ b/instruby.rb @@ -455,7 +455,7 @@ def install_stuff(what, from, to, mode) end install_stuff('Xcode 4.x templates', 'misc/xcode4-templates', - '/Developer/Library/Xcode/Templates/Project Templates', 0755) + '/Developer/Library/Xcode/Templates', 0755) install_stuff('Xcode 3.x templates', 'misc/xcode-templates', '/Library/Application Support/Developer/3.0/Xcode', 0755) install_stuff('Xcode 2.x templates', 'misc/xcode-templates',