Linuxbrew / legacy-linuxbrew

:skull: This repository is defunct, because it has been split into https://github.com/Linuxbrew/brew and https://github.com/Linuxbrew/homebrew-core
http://linuxbrew.sh
Other
2.23k stars 295 forks source link

git: Fix Error: Directory not empty #1069

Closed skystrife closed 8 years ago

skystrife commented 8 years ago

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.

sjackman commented 8 years ago

:+1: Waiting on CI.

sjackman commented 8 years ago

This fixes issue #1063.

For future contributions, please use Closes Linuxbrew/linuxbrew#1063. to differentiate upstream Homebrew issues from Linuxbrew issues.

sjackman commented 8 years ago

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.