diff options
| author | Jack Nagel | 2014-03-20 14:05:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:12 -0500 |
| commit | 6c62a70326fca97d473d4d2205c8fd0617a483dc (patch) | |
| tree | 1bd7a1a00be8ab5ccf4ae916a809f80a877e493a /Library/Formula | |
| parent | 0181c8a1633353affefabe257c170edbd6d7c008 (diff) | |
| download | homebrew-6c62a70326fca97d473d4d2205c8fd0617a483dc.tar.bz2 | |
renameutils: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/renameutils.rb | 2 |
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", |
