Skip to content

Commit

Permalink
Clear a couple of todos from install.rake
Browse files Browse the repository at this point in the history
Centralizing directory creation breaks modularity, though they can be grouped inside each task.
  • Loading branch information
ferrous26 committed Jan 27, 2012
1 parent 8bcbdc3 commit f494e43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rakelib/install.rake
@@ -1,7 +1,5 @@
require 'fileutils'

# TODO Centralize most, if not all, the directory creation

module Installer
include FileUtils

Expand Down Expand Up @@ -283,7 +281,7 @@ namespace :install do

desc 'Install the MacRuby.framework Info.plist file'
task :resources do
puts 'Installing framework' # TODO Make this sound like a natural sentence...
puts 'Installing framework resources'

makedirs FRAMEWORK_RESOURCES
install File.join('framework/Info.plist'), FRAMEWORK_RESOURCES, :mode => data_mode
Expand Down

0 comments on commit f494e43

Please sign in to comment.