mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Alfredo Tupone
parent
737a74d738
commit
7ac929d7a4
@@ -34,5 +34,5 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
rm -r "${D}"/usr/test || die
|
||||
rm -r "${ED}"/usr/test || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user