aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chmox.rb
diff options
context:
space:
mode:
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