diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-12-23 09:23:06 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-12-23 09:24:00 +0100 |
commit | 2f877a5bb3dd0a90848a2656cae80d5fcdbf1960 (patch) | |
tree | 079bd2dcb751320716e0086c9329185c0ece1ca2 /sci-libs | |
parent | app-text/mupdf: Stabilize 1.23.3 x86, #920480 (diff) | |
download | gentoo-2f877a5bb3dd0a90848a2656cae80d5fcdbf1960.tar.gz gentoo-2f877a5bb3dd0a90848a2656cae80d5fcdbf1960.tar.bz2 gentoo-2f877a5bb3dd0a90848a2656cae80d5fcdbf1960.zip |
sci-libs/caffe2: missing an important change
Closes: https://bugs.gentoo.org/920549
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.1.1-r5.ebuild (renamed from sci-libs/caffe2/caffe2-2.1.1-r4.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/caffe2/caffe2-2.1.1-r4.ebuild b/sci-libs/caffe2/caffe2-2.1.1-r5.ebuild index ac5b4024c28f..1dc4f2a32587 100644 --- a/sci-libs/caffe2/caffe2-2.1.1-r4.ebuild +++ b/sci-libs/caffe2/caffe2-2.1.1-r5.ebuild @@ -206,8 +206,8 @@ src_install() { if use cuda; then mv "${ED}${S}"/nvfuser python/nvfuser || die fi - rm -r "${ED}${S}"/test || die - rm -r "${ED}${S}"/third_party || die + rm -rf "${ED}${S}"/test + rm -rf "${ED}${S}"/third_party cp torch/version.py python/torch/ || die python_domodule python/caffe2 python_domodule python/torch |