summaryrefslogtreecommitdiff
path: root/bootstrap.template
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-21 15:01:27 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-21 15:01:27 +0530
commit79765062de9bd4cff009a51f4cbfebf1dc8ecd56 (patch)
tree8608592ab1475af62630e4be29207b4302124ad2 /bootstrap.template
parentb2604317980b9cb26f1445dfb6ff82c84f9cbe65 (diff)
downloadbuild-common-79765062de9bd4cff009a51f4cbfebf1dc8ecd56.tar.gz
build-common-79765062de9bd4cff009a51f4cbfebf1dc8ecd56.tar.bz2
build-common-79765062de9bd4cff009a51f4cbfebf1dc8ecd56.zip
fix submodule initialization
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