Closed skystrife closed 8 years ago
:+1: Waiting on CI.
This fixes issue #1063.
For future contributions, please use Closes Linuxbrew/linuxbrew#1063.
to differentiate upstream Homebrew issues from Linuxbrew issues.
Thanks for your contribution, Chase! I've also added a bottle for git
. It's unfortunately not marked as being relocatable, so it'll only be used when Linuxbrew is installed in /home/linuxbrew/.linuxbrew
. You can try brew install git --force-bottle
if you want to be experimental, but it may not work.
brew audit --strict <formula>
(where<formula>
is the name of the formula you're submitting)?brew install <formula>
?Changes
On some systems the install of the htmldocs resource would fail because of a directory removal call on a directory that was non-empty. This fixes issue #1063.