summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-15 12:08:18 +0530
committerFlorian Dold <florian.dold@gmail.com>2019-10-15 12:08:18 +0530
commit26fdcd63351c64ea3fb6b16539e8e01467cc0dab (patch)
tree8f74be6b5475cc5df3c8de431c607366ec4a0862
parentaa9b6a610ffe88fc714d42089fb2afa8dbc32894 (diff)
downloadbuild-common-26fdcd63351c64ea3fb6b16539e8e01467cc0dab.tar.gz
build-common-26fdcd63351c64ea3fb6b16539e8e01467cc0dab.tar.bz2
build-common-26fdcd63351c64ea3fb6b16539e8e01467cc0dab.zip
link configure instead of copying
-rwxr-xr-xbootstrap.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.template b/bootstrap.template
index 82700e1..747df53 100755
--- 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