From 134e80e0686c911283cc4156f72bb4e932ec0647 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 8 Mar 2024 08:26:02 +0100 Subject: sci-libs/caffe2: remove test file from correct location Closes: https://bugs.gentoo.org/926304 Signed-off-by: Alfredo Tupone --- sci-libs/caffe2/caffe2-2.1.2-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs') diff --git a/sci-libs/caffe2/caffe2-2.1.2-r6.ebuild b/sci-libs/caffe2/caffe2-2.1.2-r6.ebuild index a8d3fb624cf2..969c36754c5c 100644 --- a/sci-libs/caffe2/caffe2-2.1.2-r6.ebuild +++ b/sci-libs/caffe2/caffe2-2.1.2-r6.ebuild @@ -237,6 +237,6 @@ src_install() { if use cuda; then python_domodule python/nvfuser fi - rm -rf "${ED}"/var/tmp + rm -rf "${ED}${WORKDIR}" find "${ED}" -empty -delete } -- cgit v1.2.3-65-gdbad