Skip to content

Commit

Permalink
remove binary dir before install
Browse files Browse the repository at this point in the history
* fixes OSError: [Errno 39] Directory not empty: 'openandroidinstaller/tools/platform-tools' -> 'openandroidinstaller/openandroidinstaller/bin'
  when repeatadly running ´make install´

Signed-off-by: SirRGB <[email protected]>
  • Loading branch information
SirRGB committed Nov 23, 2024
1 parent 1515bfc commit 346526e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ poetry:
curl -sSL https://install.python-poetry.org | python3 -

install:
rm -rf openandroidinstaller/bin
poetry install --with dev
poetry run python scripts/download-tools.py
poetry run pre-commit install
Expand Down

0 comments on commit 346526e

Please sign in to comment.