Skip to content
Snippets Groups Projects
Commit 7aa38b5d authored by Max Howell's avatar Max Howell
Browse files

Always unpack the source tarball, not the bottle

parent 9ac477b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment