commit: ccff350f5bc9155c3b0af16db9d4025a4e3c73a3
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 22:02:02 2020 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 22:02:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccff350f
sys-power/thermald: QA: drop unnecessary slash from $ED
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
sys-power/thermald/thermald-1.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-power/thermald/thermald-1.9.1.ebuild
b/sys-power/thermald/thermald-1.9.1.ebuild
index 00ec5a43bbb..b551961e47b 100644
--- 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
}