diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/luarocks.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb index f30b7e61a..c34add082 100644 --- a/Library/Formula/luarocks.rb +++ b/Library/Formula/luarocks.rb @@ -29,9 +29,7 @@ class Luarocks < Formula # appropriate messaging if not. The check that luarocks does has been # seen to have false positives, so remove it. # TODO: better document the false positive cases, or remove this patch. - def patches - DATA - end + patch :DATA def install # Install to the Cellar, but direct modules to HOMEBREW_PREFIX |
