From d38ad3145e0e92ec688345f40f6fba79c4c0fdf0 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 6 Nov 2014 14:07:04 +0000 Subject: luarocks: caveat cleanup Tweaks the caveat to remove the brew sh hint, which may be less helpful than intended by now. Replaces it with a more general explanation about the configuration file. Tentatively closes #33939. Closes #33966. Signed-off-by: Jack Nagel --- Library/Formula/luarocks.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb index 7e3adc518..46ff76397 100644 --- a/Library/Formula/luarocks.rb +++ b/Library/Formula/luarocks.rb @@ -37,10 +37,11 @@ class Luarocks < Formula end def caveats; <<-EOS.undent - Rocks install to: #{HOMEBREW_PREFIX}/lib/luarocks/rocks + Rocks are installed to: #{HOMEBREW_PREFIX}/lib/luarocks/rocks - You may need to run `luarocks install` inside the Homebrew build - environment for rocks to successfully build. To do this, first run `brew sh`. + A configuration file has been placed at #{HOMEBREW_PREFIX}/etc/luarocks + which you can use to specify additional dependency paths as desired. + See: http://luarocks.org/en/Config_file_format EOS end -- cgit v1.2.3