summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-27 18:47:16 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-27 18:47:16 +0100
commitaa6229dd85dfe0684dbfbbcde7e3148af8f2f7d8 (patch)
tree59425d0dd7ef20b56fc9ac8eeb017f4ec5b43dac /Makefile.in
parent688a79977b797b137694c3887bca2672502ab482 (diff)
downloaddonations-aa6229dd85dfe0684dbfbbcde7e3148af8f2f7d8.tar.gz
donations-aa6229dd85dfe0684dbfbbcde7e3148af8f2f7d8.tar.bz2
donations-aa6229dd85dfe0684dbfbbcde7e3148af8f2f7d8.zip
fix pip3
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 c7b8750..5cb170b 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 talerdonations/donations/static/web-common && make install && cd -
# run testcases