projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252520e
)
sys-power/thermald: [QA] Fix UnnecessarySlashStrip
author
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:23:49 +0000
(17:23 +0100)
committer
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:23:49 +0000
(17:23 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
sys-power/thermald/thermald-1.9.ebuild
patch
|
blob
|
history
diff --git
a/sys-power/thermald/thermald-1.9.ebuild
b/sys-power/thermald/thermald-1.9.ebuild
index 9eb5e8b9249428d4162d2d3b62ac2365e3f6c673..5ab38ae244af17405d0badeaa09c90de2be942f1 100644
(file)
--- a/
sys-power/thermald/thermald-1.9.ebuild
+++ b/
sys-power/thermald/thermald-1.9.ebuild
@@
-42,6
+42,6
@@
my_src_configure() {
my_src_install_all() {
einstalldocs
- rm -rf "${ED
%/
}"/etc/init || die
+ rm -rf "${ED}"/etc/init || die
doinitd "${FILESDIR}"/thermald
}