commit a72bba4225bb9ca03bb11569de9609b4d3bdb511
parent 4453f2c862acc6de8dcf5ff5bab4a27ff4a709a3
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 28 Apr 2021 14:41:59 +0200
fix backoffice build
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
@@ -269,8 +269,7 @@ def build_demos(r, p):
def build_backoffice(r, p):
update_checkout(r, p)
subprocess.run(["./bootstrap"])
- pfx = Path.home() / "local"
- default_configure()
+ subprocess.run(["./configure"])
subprocess.run(["make", "build-single"])
(p / "taler-buildstamp").touch()