projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d8063
)
sci-physics/root: remove useless scripts.
author
Benda Xu
<heroxbd@gentoo.org>
Sun, 27 Jan 2019 01:39:46 +0000
(09:39 +0800)
committer
Benda Xu
<heroxbd@gentoo.org>
Sun, 27 Jan 2019 01:40:04 +0000
(09:40 +0800)
Environment variables are managed by env.d.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
sci-physics/root/root-6.14.08-r1.ebuild
patch
|
blob
|
history
diff --git
a/sci-physics/root/root-6.14.08-r1.ebuild
b/sci-physics/root/root-6.14.08-r1.ebuild
index 4702845c4151142d9ed711138ee2a0e0b897d323..591ae2768d3a2ef9d924dbca618cf01e8fa3f20c 100644
(file)
--- 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
}