summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-28 19:56:32 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-28 19:56:32 +0100
commitab5231f2f65f2bd4f7e3230eb4b2b8604fca1f21 (patch)
tree46e9fad5a1a3b1faa39607614e185e986538ba26 /Makefile.in
parent317d1e52fef0bf2002c8488f22cbf8aa7cfcf8e1 (diff)
downloadbackoffice-ab5231f2f65f2bd4f7e3230eb4b2b8604fca1f21.tar.gz
backoffice-ab5231f2f65f2bd4f7e3230eb4b2b8604fca1f21.tar.bz2
backoffice-ab5231f2f65f2bd4f7e3230eb4b2b8604fca1f21.zip
Care about the --system pip's flag.v0.5.2stable
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e54f1e1..3748959 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,9 +55,9 @@ compile-lang:
# install into prefix
.PHONY: install
install: $(templates) install-data compile-lang
- @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 talerbackoffice/backoffice/static/web-common && make install && cd -
# run testcases