commit 814b7c9b29183a8ad73195c958e062cc11b8514e parent 207a3e251dbcadeb62ec2e66bf84e3089d58892a Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 16 May 2019 19:02:07 +0200 adapt to #5727 Diffstat:
| M | taler-build/update_bank.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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