Merge pull request #1018 from MikeMcQuaid/update-migration-create-cellar
update-report: also create Cellar on migration.
This commit is contained in:
commit
027d8923f2
@ -250,7 +250,7 @@ module Homebrew
|
|||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
Keg::ALL_TOP_LEVEL_DIRECTORIES.each do |dir|
|
(Keg::ALL_TOP_LEVEL_DIRECTORIES + ["Cellar"]).each do |dir|
|
||||||
FileUtils.mkdir_p "#{HOMEBREW_PREFIX}/#{dir}"
|
FileUtils.mkdir_p "#{HOMEBREW_PREFIX}/#{dir}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user