summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-28 13:51:45 +0000
committerng0 <ng0@n0.is>2019-10-28 13:51:45 +0000
commit5c4681cf16a996a41b4c50445125810dd99635f0 (patch)
tree0629e7e29f792e57cddcd7e7b0f0c0fc044a989d
parent591ce257f8c8f08d9609471e860349322d10c4a7 (diff)
downloadbuild-common-5c4681cf16a996a41b4c50445125810dd99635f0.tar.gz
build-common-5c4681cf16a996a41b4c50445125810dd99635f0.tar.bz2
build-common-5c4681cf16a996a41b4c50445125810dd99635f0.zip
configure: use a fixed location for the build-scripts.
-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