Always unpack the source tarball, not the bottle
This commit is contained in:
parent
9ac477b07c
commit
7aa38b5d03
@ -23,6 +23,9 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user