aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/urweb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/urweb.rb')
-rw-r--r--Library/Formula/urweb.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/urweb.rb b/Library/Formula/urweb.rb
index 57116a7b3..ad0724378 100644
--- a/Library/Formula/urweb.rb
+++ b/Library/Formula/urweb.rb
@@ -16,8 +16,9 @@ class Urweb < Formula
end
def install
- system "aclocal && autoreconf -i --force"
- system "./configure --prefix=#{prefix}"
+ system "aclocal"
+ system "autoreconf -i --force"
+ system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
end