Always unpack the source tarball, not the bottle

This commit is contained in:
Max Howell 2012-09-23 20:38:16 -04:00
parent 9ac477b07c
commit 7aa38b5d03

View File

@ -23,6 +23,9 @@ module ScriptDataReader
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`
# patches work correctly.
class Formula