aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:18 -0500
committerJack Nagel2014-03-20 21:44:13 -0500
commitd19dfe8269ebd7843270dd78119142b4847f309b (patch)
treed7c5fe1e2d7abf7a1b5178d1b16785ad2c3a5b11 /Library/Formula
parent6c62a70326fca97d473d4d2205c8fd0617a483dc (diff)
downloadhomebrew-d19dfe8269ebd7843270dd78119142b4847f309b.tar.bz2
rlog: use patch DSL
Diffstat (limited to 'Library/Formula')
-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}"