summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-09 17:56:22 +0000
committerng0 <ng0@taler.net>2019-12-09 17:56:22 +0000
commit33250bb6d50a281095b0269f506f60f620f22f6c (patch)
treec5597de5f0e6a35cba979a56d0423489c9df27fb /bootstrap
parente48534b0d0b839cec8bf1307897959ef4fe12e5c (diff)
downloadwww-33250bb6d50a281095b0269f506f60f620f22f6c.tar.gz
www-33250bb6d50a281095b0269f506f60f620f22f6c.tar.bz2
www-33250bb6d50a281095b0269f506f60f620f22f6c.zip
bootstrap
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 82700e1b..26cd0df0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,4 +11,8 @@ if ! git --version >/dev/null; then
fi
git submodule update --init
-cp build-system/taler-build-scripts/configure ./configure
+git submodule update --recursive --remote
+git submodule sync
+
+cp build-system/taler-build-scripts/configure ./configure || true
+cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true