diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/luarocks.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb index 1b1ff84d0..c4d2669b6 100644 --- a/Library/Formula/luarocks.rb +++ b/Library/Formula/luarocks.rb @@ -29,7 +29,9 @@ 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. - patch :DATA + stable do + patch :DATA + end def install # Install to the Cellar, but direct modules to HOMEBREW_PREFIX |
