brew-unpack: remove obsoleted bottle workaround

This commit is contained in:
Jack Nagel 2014-03-12 18:46:59 -05:00
parent 0fd32118c7
commit 6e2a469e8b

View File

@ -23,9 +23,6 @@ module ScriptDataReader
end end
end end
# otherwise we may unpack bottles
ENV['HOMEBREW_BUILD_FROM_SOURCE'] = '1'
# Need to tweak the Formula class slightly so that patching is option and `DATA` # Need to tweak the Formula class slightly so that patching is option and `DATA`
# patches work correctly. # patches work correctly.
class Formula class Formula