From f40114e5b56522890ffe7d9fab80dfc0fecf2ac2 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 27 Mar 2019 18:41:02 +0100 Subject: fix pip3 invocation --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1a7f2b0..8f5ae5b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,9 +40,9 @@ devinstall: $(templates) install-data # install into prefix .PHONY: install install: $(templates) install-data - @pip3 install . --install-option="--prefix=@prefix@" + @pip3 install . @DEBIAN_PIP3_SYSTEM@ --install-option="--prefix=@prefix@" @# force update when sources changed - @pip3 install . --install-option="--prefix=@prefix@" --upgrade --no-deps + @pip3 install . @DEBIAN_PIP3_SYSTEM@ --install-option="--prefix=@prefix@" --upgrade --no-deps cd talersurvey/survey/static/web-common && make install && cd - # run testcases -- cgit v1.2.3