summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-12 22:28:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-12 22:28:17 +0100
commite1da57455d9430f459e492270b8faaaba703ec64 (patch)
tree751c3187fd92814baefe13c75d469bd12d77ec1c /bin
parent646e24a7d8801543e5876c74dabc9e70be7d73c1 (diff)
downloaddeployment-e1da57455d9430f459e492270b8faaaba703ec64.tar.gz
deployment-e1da57455d9430f459e492270b8faaaba703ec64.tar.bz2
deployment-e1da57455d9430f459e492270b8faaaba703ec64.zip
remove obsolte build option
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 19568e2..e2e7b58 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -127,7 +127,7 @@ def default_configure(*extra):
def pyconfigure(*extra):
"""For python programs, --prefix doesn't work."""
- subprocess.run(["./configure", "--destination=local"] + list(extra), check=True)
+ subprocess.run(["./configure"] + list(extra), check=True)
def build_libmicrohttpd(r: Repo, p: Path):