From 79765062de9bd4cff009a51f4cbfebf1dc8ecd56 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 21 Apr 2020 15:01:27 +0530 Subject: fix submodule initialization --- bootstrap.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap.template') diff --git a/bootstrap.template b/bootstrap.template index 61fcc88..9ea2c21 100755 --- a/bootstrap.template +++ b/bootstrap.template @@ -10,7 +10,7 @@ if ! git --version >/dev/null; then exit 1 fi -git submodule update --init -git submodule update --recursive --remote git submodule sync -ln -sf build-system/taler-build-scripts/configure ./configure +git submodule update --init +rm -f ./configure +cp build-system/taler-build-scripts/configure ./configure -- cgit v1.2.3