summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 3014035..4ffb738 100755
--- 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