commit 26fdcd63351c64ea3fb6b16539e8e01467cc0dab parent aa9b6a610ffe88fc714d42089fb2afa8dbc32894 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 15 Oct 2019 12:08:18 +0530 link configure instead of copying Diffstat:
| M | bootstrap.template | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap.template b/bootstrap.template @@ -11,4 +11,4 @@ if ! git --version >/dev/null; then fi git submodule update --init -cp build-system/taler-build-scripts/configure ./configure +ln -sf build-system/taler-build-scripts/configure ./configure