commit: 60791ac1314964a122e24e480fbba07c64939ef1 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 16:12:28 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 16:12:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=60791ac1
sci-biology/TransDecoder: remove unnecessary slash strip Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild b/sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild index c485d4b86..ed37d3a05 100644 --- a/sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild +++ b/sci-biology/TransDecoder/TransDecoder-5.5.0.ebuild @@ -57,7 +57,7 @@ src_install() { insinto /usr/share/${PN}/util doins util/*.pl - chmod -R a+rx "${ED%/}"/usr/share/${PN}/util || die + chmod -R a+rx "${ED}"/usr/share/${PN}/util || die # zap the bundled cdhit binaries copied from transdecoder_plugins/cdhit/ to util/bin rm -rf util/bin || die