commit 5c4681cf16a996a41b4c50445125810dd99635f0 parent 591ce257f8c8f08d9609471e860349322d10c4a7 Author: ng0 <ng0@n0.is> Date: Mon, 28 Oct 2019 13:51:45 +0000 configure: use a fixed location for the build-scripts. Diffstat:
| M | configure | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure b/configure @@ -30,7 +30,9 @@ # # SPDX-License-Identifier: 0BSD -dir=$(dirname "$(readlink -f -- "$0")") +# we invoke configure not as a symlink but as a copy, +# so we have to use a fixed location for the repository! +dir=$(dirname "$(readlink -f -- "$0")")/build-system/taler-build-scripts . $dir/sh/lib.sh/existence.sh . $dir/sh/lib.sh/existence_python.sh