aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sgrep.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sgrep.rb')
-rw-r--r--Library/Formula/sgrep.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/sgrep.rb b/Library/Formula/sgrep.rb
index b2b4aeae8..8a7fbfc82 100644
--- a/Library/Formula/sgrep.rb
+++ b/Library/Formula/sgrep.rb
@@ -6,10 +6,9 @@ class Sgrep <Formula
md5 '99eb1ed515648f653fc7be45e0896378'
def install
- system "./configure",
- "--prefix=#{prefix}",
- "--mandir=#{man}",
- "--datadir=#{share}/sgrep"
+ system "./configure", "--prefix=#{prefix}",
+ "--mandir=#{man}",
+ "--datadir=#{share}/sgrep"
system "make install"
end
end