aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-08-08 16:23:16 +0100
committerMax Howell2009-08-10 18:12:16 +0100
commit8ede1c5c26fdadc12871de57be5d298f152a86c6 (patch)
treec46299bf31620d35c24fcb650a70bb50f459a393 /Library/Formula
parent7aa95191dde546990ea48978634b1c919a1b57a7 (diff)
downloadhomebrew-8ede1c5c26fdadc12871de57be5d298f152a86c6.tar.bz2
Fix inreplace and yajl formula
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yajl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb
index d90576009..189a1143a 100644
--- a/Library/Formula/yajl.rb
+++ b/Library/Formula/yajl.rb
@@ -13,7 +13,7 @@ class Yajl <Formula
ENV.deparallelize
# I have pushed this fix upstream
- inreplace 'configure', 'cmake \.\.', "cmake -DCMAKE_INSTALL_PREFIX='#{prefix}' \.\." if @version == "1.0.5"
+ inreplace 'configure', 'cmake ..', "cmake -DCMAKE_INSTALL_PREFIX='#{prefix}' .." if @version == "1.0.5"
system "./configure --prefix '#{prefix}'"
system "make install"