summaryrefslogtreecommitdiff
path: root/bootstrap.template
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.template')
-rwxr-xr-xbootstrap.template6
1 files changed, 3 insertions, 3 deletions
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