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:
parent
e01e15e1ad
commit
ef7394054c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue