From 26fdcd63351c64ea3fb6b16539e8e01467cc0dab Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 15 Oct 2019 12:08:18 +0530 Subject: link configure instead of copying --- bootstrap.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.template b/bootstrap.template index 82700e1..747df53 100755 --- a/bootstrap.template +++ b/bootstrap.template @@ -11,4 +11,4 @@ if ! git --version >/dev/null; then fi git submodule update --init -cp build-system/taler-build-scripts/configure ./configure +ln -sf build-system/taler-build-scripts/configure ./configure -- cgit v1.2.3