crosstool-ng: fix caveats

Fixes the caveats output for people who chose a different install
prefix.

Closes Homebrew/homebrew#18942.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Harald Fernengel 2013-04-03 20:00:20 +02:00 committed by Adam Vandenberg
parent e01e15e1ad
commit ef7394054c

View file

@ -44,7 +44,7 @@ class CrosstoolNg < Formula
To fix it, perform the following:
curl https://raw.github.com/gist/3769372/98e0a084470d2d6be7b4b61551ef00d44c682b4a/elf.h > elf.h
cp -p elf.h /usr/local/include/
cp -p elf.h #{HOMEBREW_PREFIX}/include/
EOS
end
end