diff options
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |