diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-07-08 23:48:00 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-07-08 23:48:00 +0800 |
commit | 1990f91f7332c3b3e4ba15dde375b6eecb96746c (patch) | |
tree | ce863c6626646bc82bf0a496e32d8299be799e7c /sci-libs/tensorflow | |
parent | sci-libs/tensorflow: bump to 1.9.0_rc2 (diff) | |
download | gentoo-1990f91f7332c3b3e4ba15dde375b6eecb96746c.tar.gz gentoo-1990f91f7332c3b3e4ba15dde375b6eecb96746c.tar.bz2 gentoo-1990f91f7332c3b3e4ba15dde375b6eecb96746c.zip |
sci-libs/tensorflow: fix removing tensorboard
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-libs/tensorflow')
-rw-r--r-- | sci-libs/tensorflow/tensorflow-1.9.0_rc2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/tensorflow/tensorflow-1.9.0_rc2.ebuild b/sci-libs/tensorflow/tensorflow-1.9.0_rc2.ebuild index 45ed99a5118b..8729b2afbc39 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 |