grc: find rc file in etc, not prefix/etc

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Miles Pomeroy 2012-04-19 10:14:07 -06:00 committed by Adam Vandenberg
parent fcdd371b1c
commit 6505d49432

View file

@ -39,8 +39,8 @@ class Grc < Formula
end
def caveats; <<-EOS.undent
New shell sessions will start using GRC after you run the following command:
echo 'source "`brew --prefix grc`/etc/grc.bashrc"' >> ~/.bashrc
New shell sessions will start using GRC after you add this to your profile:
source "`brew --prefix`/etc/grc.bashrc"
EOS
end
end