From cd522b171933edd8136ae5ad2bd3bc706dfdbe02 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 6 Feb 2015 22:36:53 -0500 Subject: Always respect build options when invoking post_install Fixes Homebrew/homebrew#36335. --- Library/Homebrew/cmd/postinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/postinstall.rb b/Library/Homebrew/cmd/postinstall.rb index 52a2c1d47..8e145d3fd 100644 --- a/Library/Homebrew/cmd/postinstall.rb +++ b/Library/Homebrew/cmd/postinstall.rb @@ -1,5 +1,5 @@ module Homebrew def postinstall - ARGV.formulae.each {|f| f.post_install } + ARGV.formulae.each { |f| f.run_post_install } end end -- cgit v1.2.3