From 507eab6e8ee6886712fb2052d609fd5bb6a06c40 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 15 Sep 2021 19:14:00 +0100 Subject: CI: Ensure we install into ${prefix}, even with Automake 1.16.4 Signed-off-by: Simon McVittie --- tools/ci-build.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1