Fix brew bottle to work with refactor branch.

This commit is contained in:
Mike McQuaid 2011-03-29 10:26:03 +01:00
parent 30a4161c83
commit a2aa0c0bff

View File

@ -1,5 +1,7 @@
# Builds binary brew package # Builds binary brew package
brew_install require 'cmd/install'
Homebrew.install_formulae ARGV.formulae
destination = HOMEBREW_PREFIX + "Bottles" destination = HOMEBREW_PREFIX + "Bottles"
if not File.directory?(destination) if not File.directory?(destination)