summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-09-15 19:14:00 +0100
committerSimon McVittie <smcv@collabora.com>2021-09-15 19:22:48 +0100
commit507eab6e8ee6886712fb2052d609fd5bb6a06c40 (patch)
tree3843e8ed81f7b413c9404205447bdf258e36fb30
parent41943380a4e24d36cfccb3df584db5cb58f7b468 (diff)
downloaddbus-python-507eab6e8ee6886712fb2052d609fd5bb6a06c40.tar.gz
CI: Ensure we install into ${prefix}, even with Automake 1.16.4
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rwxr-xr-xtools/ci-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh
index 93acf3b..a24798a 100755
--- a/tools/ci-build.sh
+++ b/tools/ci-build.sh
@@ -67,6 +67,8 @@ e=0
cd "$builddir" && "${srcdir}/configure" \
--enable-installed-tests \
--prefix="$prefix" \
+ --with-python-prefix='${prefix}' \
+ --with-python-exec-prefix='${exec_prefix}' \
"$@" \
${NULL}
) || e=1