dev-libs/cutlass: use ${ED} as install destination for prefix

Otherwise the rm command fails due to non-existing ${D}/usr/test

Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33023
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Yiyang Wu
2023-09-24 14:54:21 +08:00
committed by Alfredo Tupone
parent 737a74d738
commit 7ac929d7a4

View File

@@ -34,5 +34,5 @@ src_configure() {
src_install() {
cmake_src_install
rm -r "${D}"/usr/test || die
rm -r "${ED}"/usr/test || die
}