aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chmox.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/chmox.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/chmox.rb')
-rw-r--r--Library/Formula/chmox.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/chmox.rb b/Library/Formula/chmox.rb
index b15a34f8c..7412a8fea 100644
--- a/Library/Formula/chmox.rb
+++ b/Library/Formula/chmox.rb
@@ -5,7 +5,7 @@ class Chmox <Formula
homepage 'http://chmox.sourceforge.net'
def install
- system "xcodebuild"
+ system "xcodebuild SYMROOT=build"
prefix.install "build/Default/Chmox.app"
end