diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-02-24 22:56:04 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-02-24 22:56:40 +0100 |
commit | 09078aa1cb41455efd84c528b1671ae8de9074ba (patch) | |
tree | 35630748b506fdc318f0276568be26a0172b8098 /sci-libs | |
parent | app-emacs/nix-mode: new package; add 1.5.0 (diff) | |
download | gentoo-09078aa1cb41455efd84c528b1671ae8de9074ba.tar.gz gentoo-09078aa1cb41455efd84c528b1671ae8de9074ba.tar.bz2 gentoo-09078aa1cb41455efd84c528b1671ae8de9074ba.zip |
sci-libs/caffe2: rm install on /var/tmp
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.1.2-r5.ebuild (renamed from sci-libs/caffe2/caffe2-2.1.2-r4.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/caffe2/caffe2-2.1.2-r4.ebuild b/sci-libs/caffe2/caffe2-2.1.2-r5.ebuild index e4d9ad2932f3..91444530fe84 100644 --- a/sci-libs/caffe2/caffe2-2.1.2-r4.ebuild +++ b/sci-libs/caffe2/caffe2-2.1.2-r5.ebuild @@ -238,5 +238,6 @@ src_install() { if use cuda; then python_domodule python/nvfuser fi + rm -rf "${ED}"/var/tmp find "${ED}" -empty -delete } |