aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/rlog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rlog.rb b/Library/Formula/rlog.rb
index 4b77ba674..b00090d38 100644
--- a/Library/Formula/rlog.rb
+++ b/Library/Formula/rlog.rb
@@ -5,7 +5,7 @@ class Rlog < Formula
url 'https://rlog.googlecode.com/files/rlog-1.4.tar.gz'
sha1 '9cd86b4ceec3988f0a17730a8987110233797dcd'
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"