Merge pull request #1018 from MikeMcQuaid/update-migration-create-cellar

update-report: also create Cellar on migration.
This commit is contained in:
Mike McQuaid 2016-09-18 20:18:53 +01:00 committed by GitHub
commit 027d8923f2

View File

@ -250,7 +250,7 @@ module Homebrew
EOS
end
Keg::ALL_TOP_LEVEL_DIRECTORIES.each do |dir|
(Keg::ALL_TOP_LEVEL_DIRECTORIES + ["Cellar"]).each do |dir|
FileUtils.mkdir_p "#{HOMEBREW_PREFIX}/#{dir}"
end