diff options
author | 2024-03-08 08:26:02 +0100 | |
---|---|---|
committer | 2024-03-08 08:26:41 +0100 | |
commit | 134e80e0686c911283cc4156f72bb4e932ec0647 (patch) | |
tree | 50e5ca791ee343b6eaec774e17b5cc874bf659be /sci-libs | |
parent | profiles: remove last-rited package net-misc/buka (diff) | |
download | gentoo-134e80e0686c911283cc4156f72bb4e932ec0647.tar.gz gentoo-134e80e0686c911283cc4156f72bb4e932ec0647.tar.bz2 gentoo-134e80e0686c911283cc4156f72bb4e932ec0647.zip |
sci-libs/caffe2: remove test file from correct location
Closes: https://bugs.gentoo.org/926304
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.1.2-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |