summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 2df86da..d1c42d1 100755
--- 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()