Skip to content

Commit

Permalink
Revert "Use Rake's built in FileUtilsExt to reduce redundant messages…
Browse files Browse the repository at this point in the history
… during install"

This reverts commit 032cb54. We cannot
use Rake::FileUtilsExt yet as the system Ruby ships with an ancient
version of Rake that does not include the extension in its current
form.
  • Loading branch information
ferrous26 committed Sep 24, 2012
1 parent 9f1c8b2 commit 8da9445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/install.rake
@@ -1,10 +1,10 @@
require 'rake/file_utils_ext'
require 'fileutils'

# TODO abstract usage of with_destdir out of the rake tasks
# so that they only appear in helper methods

module Installer
include Rake::FileUtilsExt
include FileUtils

# Hard coded
def prog_mode; 0755; end
Expand Down

0 comments on commit 8da9445

Please sign in to comment.