summaryrefslogtreecommitdiff
path: root/homebrew/rcm.rb.in
diff options
context:
space:
mode:
authorGravatar Mike Burns <mburns@thoughtbot.com>2018-07-13 11:28:41 -0400
committerGravatar Mike Burns <mburns@thoughtbot.com>2018-07-13 11:28:41 -0400
commit0a928800c66e08197cd092feb32f6ae5bf816b88 (patch)
treef22181618c3037c3093b7bdea2a1f57722fd4a25 /homebrew/rcm.rb.in
parent5935dda1913cdaeca88cba05681380bdc4923162 (diff)
Update build docs and Homebrewv1.3.2
The Homebrew update is [thanks to Fabian Mettler]. [thanks to Fabian Mettler]: https://github.com/thoughtbot/homebrew-formulae/pull/42 --- I don't maintain the Arch or Debian packages, so remove their details from these docs.
Diffstat (limited to 'homebrew/rcm.rb.in')
-rw-r--r--homebrew/rcm.rb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/homebrew/rcm.rb.in b/homebrew/rcm.rb.in
index c86eacb..03a99b7 100644
--- a/homebrew/rcm.rb.in
+++ b/homebrew/rcm.rb.in
@@ -11,6 +11,6 @@ class Rcm < Formula
end
test do
- system "lsrc"
+ system "#{bin}/lsrc"
end
end