Skip to content

Commit

Permalink
Better copy command I think. -R won't overwrite while -r does
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Roelofs committed Jun 7, 2010
1 parent 04c5144 commit 4dbacaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/ois/ois.rake
Expand Up @@ -5,7 +5,7 @@ wrapper :ois do |ois|
ois.build do |opts|
opts.mac do
sh "xcodebuild -project Mac/XCode-2.2/OIS.xcodeproj -configuration Release -sdk #{opts.latest_sdk}"
sh "cp -R Mac/XCode-2.2/build/Release/OIS.Framework ~/Library/Frameworks "
sh "cp -r Mac/XCode-2.2/build/Release/OIS.Framework ~/Library/Frameworks "
end

opts.linux do
Expand Down

0 comments on commit 4dbacaa

Please sign in to comment.