aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/luarocks.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-11-06 14:07:04 +0000
committerJack Nagel2014-11-06 18:37:40 -0600
commitd38ad3145e0e92ec688345f40f6fba79c4c0fdf0 (patch)
tree556f4b8532979002b48077c22194d41d5d2818d9 /Library/Formula/luarocks.rb
parent9288aa107f4685a66c22b3992895a3a27bf135de (diff)
downloadhomebrew-d38ad3145e0e92ec688345f40f6fba79c4c0fdf0.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/luarocks.rb')
-rw-r--r--Library/Formula/luarocks.rb7
1 files changed, 4 insertions, 3 deletions
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