From 6d17cf7ee2698dcb6a118b69ce3f80f352c7bf23 Mon Sep 17 00:00:00 2001 From: Alexander Surma Date: Fri, 27 Jun 2014 15:10:35 -0700 Subject: luarocks: scope patch to stable Closes #30503. Signed-off-by: Jack Nagel --- Library/Formula/luarocks.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3