diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ctags.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb index 15385c659..303c093ca 100644 --- a/Library/Formula/ctags.rb +++ b/Library/Formula/ctags.rb @@ -11,9 +11,7 @@ class Ctags < Formula end # fixes http://sourceforge.net/tracker/?func=detail&aid=3247256&group_id=6556&atid=106556 - def patches - { :p2 => DATA } - end + patch :p2, :DATA def install if build.head? |
