Skip to content
Snippets Groups Projects
Commit daca16a9 authored by Simon Désaulniers's avatar Simon Désaulniers
Browse files

disable removing from record file.

parent 8a281c1d
No related branches found
Tags android/release_354
No related merge requests found
...@@ -19,9 +19,7 @@ install-exec-local: ...@@ -19,9 +19,7 @@ install-exec-local:
if HAVE_PIP if HAVE_PIP
uninstall-local: uninstall-local:
/usr/bin/yes | $(PIP) uninstall $(PACKAGE) /usr/bin/yes | $(PIP) uninstall $(PACKAGE)
else
uninstall-local:
while read -r file; do rm -rvf $$file ; done <$(PYTHON_INSTALL_RECORD)
endif endif
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment