aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/spdylay.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/spdylay.rb b/Library/Formula/spdylay.rb
index 4c904d107..ea65576d8 100644
--- a/Library/Formula/spdylay.rb
+++ b/Library/Formula/spdylay.rb
@@ -31,7 +31,7 @@ class Spdylay < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
- system "make install"
+ system "make", "install"
end
test do