projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48c752
)
sys-power/thermald: QA: drop unnecessary slash from $ED
author
Yixun Lan
<dlan@gentoo.org>
Fri, 14 Feb 2020 22:02:02 +0000
(22:02 +0000)
committer
Yixun Lan
<dlan@gentoo.org>
Fri, 14 Feb 2020 22:02:02 +0000
(22:02 +0000)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Yixun Lan <dlan@gentoo.org>
sys-power/thermald/thermald-1.9.1.ebuild
patch
|
blob
|
history
diff --git
a/sys-power/thermald/thermald-1.9.1.ebuild
b/sys-power/thermald/thermald-1.9.1.ebuild
index 00ec5a43bbb986f560d6e23b536fe7b72fb6c066..b551961e47bfe7f5844d09b2334659eab55a5812 100644
(file)
--- a/
sys-power/thermald/thermald-1.9.1.ebuild
+++ b/
sys-power/thermald/thermald-1.9.1.ebuild
@@
-41,6
+41,6
@@
my_src_configure() {
my_src_install_all() {
einstalldocs
- rm -rf "${ED
%/
}"/etc/init || die
+ rm -rf "${ED}"/etc/init || die
doinitd "${FILESDIR}"/thermald
}