commit:     1990f91f7332c3b3e4ba15dde375b6eecb96746c
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  8 15:48:00 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Jul  8 15:48:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1990f91f

sci-libs/tensorflow: fix removing tensorboard

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/tensorflow/tensorflow-1.9.0_rc2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/tensorflow/tensorflow-1.9.0_rc2.ebuild 
b/sci-libs/tensorflow/tensorflow-1.9.0_rc2.ebuild
index 45ed99a5118..8729b2afbc3 100644
--- a/sci-libs/tensorflow/tensorflow-1.9.0_rc2.ebuild
+++ b/sci-libs/tensorflow/tensorflow-1.9.0_rc2.ebuild
@@ -371,7 +371,7 @@ src_install() {
        if use python; then
                python_foreach_impl run_in_build_dir do_install
 
-               rm -f "${D}/usr/lib/python-exec/*/tensorboard" || die "failed 
to remove tensorboard"
+               rm -f "${D}"/usr/lib/python-exec/*/tensorboard || die "failed 
to remove tensorboard"
 
                # Symlink to python-exec scripts
                for i in "${D}"/usr/lib/python-exec/*/*; do

Reply via email to