Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/
Date: Fri, 14 Feb 2020 22:02:31
Message-Id: 1581717722.ccff350f5bc9155c3b0af16db9d4025a4e3c73a3.dlan@gentoo
1 commit: ccff350f5bc9155c3b0af16db9d4025a4e3c73a3
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 14 22:02:02 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 22:02:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccff350f
7
8 sys-power/thermald: QA: drop unnecessary slash from $ED
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 sys-power/thermald/thermald-1.9.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-power/thermald/thermald-1.9.1.ebuild b/sys-power/thermald/thermald-1.9.1.ebuild
17 index 00ec5a43bbb..b551961e47b 100644
18 --- a/sys-power/thermald/thermald-1.9.1.ebuild
19 +++ b/sys-power/thermald/thermald-1.9.1.ebuild
20 @@ -41,6 +41,6 @@ my_src_configure() {
21 my_src_install_all() {
22 einstalldocs
23
24 - rm -rf "${ED%/}"/etc/init || die
25 + rm -rf "${ED}"/etc/init || die
26 doinitd "${FILESDIR}"/thermald
27 }