From daca16a917bf0529d696e6e02a22f6bd6435a950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=A9saulniers?= <sim.desaulniers@gmail.com> Date: Wed, 6 Apr 2016 15:24:21 -0400 Subject: [PATCH] disable removing from record file. --- python/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index 98b66995..23398e0d 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -19,9 +19,7 @@ install-exec-local: if HAVE_PIP uninstall-local: /usr/bin/yes | $(PIP) uninstall $(PACKAGE) -else -uninstall-local: - while read -r file; do rm -rvf $$file ; done <$(PYTHON_INSTALL_RECORD) endif endif + -- GitLab