commit: 4200832ca714151576629577bf2e57161c89d894 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Sun Jan 27 01:39:46 2019 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Sun Jan 27 01:40:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4200832c
sci-physics/root: remove useless scripts. Environment variables are managed by env.d. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> sci-physics/root/root-6.14.08-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-physics/root/root-6.14.08-r1.ebuild b/sci-physics/root/root-6.14.08-r1.ebuild index 4702845c415..591ae2768d3 100644 --- a/sci-physics/root/root-6.14.08-r1.ebuild +++ b/sci-physics/root/root-6.14.08-r1.ebuild @@ -320,6 +320,9 @@ src_install() { rm -r tmva || die fi + # Environment variables are managed by env.d. + rm -f bin/*.{c,}sh || die + # clean up unnecessary files from installation rm -r emacs test || die }