aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mailtomutt.rb
diff options
context:
space:
mode:
authorAlexis Hildebrandt2011-03-03 21:29:10 +0100
committerAdam Vandenberg2011-03-05 11:19:34 -0800
commitda9151e028c997e8fc965f8d62d3743bd1eb85f4 (patch)
tree66f2cc92cb9e54834a6dcca09e071d3655fc3b3c /Library/Formula/mailtomutt.rb
parent64a844f9e86ec288fe4c5d8383421489fc9a80c4 (diff)
downloadhomebrew-da9151e028c997e8fc965f8d62d3743bd1eb85f4.tar.bz2
Fix xcodebuild based formulae
Add SYMROOT for xcodebuild in case the Xcode defaults PBXApplicationwideBuildSettings specify a custom build location Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mailtomutt.rb')
-rw-r--r--Library/Formula/mailtomutt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mailtomutt.rb b/Library/Formula/mailtomutt.rb
index 285f99bf9..8235e34cf 100644
--- a/Library/Formula/mailtomutt.rb
+++ b/Library/Formula/mailtomutt.rb
@@ -6,7 +6,7 @@ class Mailtomutt <Formula
md5 'ce108e8574df129425d8156ff8b830bf'
def install
- system "xcodebuild"
+ system "xcodebuild SYMROOT=build"
prefix.install "build/Default/MailtoMutt.app"
end