aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:18 -0500
committerJack Nagel2014-03-20 21:44:12 -0500
commit6c62a70326fca97d473d4d2205c8fd0617a483dc (patch)
tree1bd7a1a00be8ab5ccf4ae916a809f80a877e493a /Library
parent0181c8a1633353affefabe257c170edbd6d7c008 (diff)
downloadhomebrew-6c62a70326fca97d473d4d2205c8fd0617a483dc.tar.bz2
renameutils: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/renameutils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/renameutils.rb b/Library/Formula/renameutils.rb
index d1c142c2c..7df777431 100644
--- a/Library/Formula/renameutils.rb
+++ b/Library/Formula/renameutils.rb
@@ -14,7 +14,7 @@ class Renameutils < Formula
# The fourth patch is new and fixes a Makefile syntax error that causes
# make install to fail. Reported upstream via email and fixed in HEAD.
# Remove patch #4 at version > 0.12.0. The first three should persist.
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--disable-dependency-tracking",