summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-16 19:02:07 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-16 19:02:07 +0200
commit814b7c9b29183a8ad73195c958e062cc11b8514e (patch)
treedf30342a66ea3752e80d1f7b952bad589a4a87eb /taler-build
parent207a3e251dbcadeb62ec2e66bf84e3089d58892a (diff)
downloaddeployment-814b7c9b29183a8ad73195c958e062cc11b8514e.tar.gz
deployment-814b7c9b29183a8ad73195c958e062cc11b8514e.tar.bz2
deployment-814b7c9b29183a8ad73195c958e062cc11b8514e.zip
adapt to #5727
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_bank.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh
index 4caaf66..c12408e 100755
--- a/taler-build/update_bank.sh
+++ b/taler-build/update_bank.sh
@@ -13,5 +13,5 @@ git reset --hard "$branch"
TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
./bootstrap
-./configure --prefix="$HOME/local"
+./configure --prefix="$HOME/local" DEBIAN_PIP3_SYSTEM=--system
TALER_BANK_ALTDB=$TALER_CHECKDB make install check