Skip to content

Commit

Permalink
install the xcode4 templates one directory above the tree
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@5292 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed Mar 23, 2011
1 parent f70cf41 commit 66f5446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instruby.rb
Expand Up @@ -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',
Expand Down

0 comments on commit 66f5446

Please sign in to comment.