Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Create boxes/temp directory if none (regression fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Val committed May 3, 2013
1 parent d0fb7ef commit d84137b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/boxes.rake
Expand Up @@ -30,6 +30,7 @@ class BuildGenericBoxTask < ::Rake::TaskLib
exit 1
end

FileUtils.mkdir_p 'boxes/temp' unless File.exist? 'base/temp'
if Dir.entries('boxes/temp').size > 2
puts 'There is a partially built box under ' +
File.expand_path('./boxes/temp') +
Expand Down

0 comments on commit d84137b

Please sign in to comment.