From 5375defd782f8528849223ecd47c81ba180fc05a Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Mon, 8 Nov 2021 13:25:09 +0100 Subject: [swtpm] Prefix all installation paths --- core/modules/swtpm/module.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/swtpm') diff --git a/core/modules/swtpm/module.build b/core/modules/swtpm/module.build index 6157017f..6dac4063 100644 --- a/core/modules/swtpm/module.build +++ b/core/modules/swtpm/module.build @@ -69,8 +69,8 @@ build() { DESTDIR="${DSTDIR}" make install || perror "'make install' failed." # change group and permissions for libvirt-tpm members - chgrp "${LIBVIRT_STPM_GRP}" /var/lib/swtpm-localca - chmod 775 /var/lib/swtpm-localca + chgrp "${LIBVIRT_STPM_GRP}" "${DSTDIR}/var/lib/swtpm-localca" + chmod 775 "${DSTDIR}/var/lib/swtpm-localca" rm "${SRCDIR_BIN}/pkg-config" -- cgit v1.2.3-55-g7522