From: Yixun Lan Date: Fri, 14 Feb 2020 22:02:02 +0000 (+0000) Subject: sys-power/thermald: QA: drop unnecessary slash from $ED X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ccff350f5bc9155c3b0af16db9d4025a4e3c73a3;p=gentoo.git sys-power/thermald: QA: drop unnecessary slash from $ED Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Yixun Lan --- diff --git a/sys-power/thermald/thermald-1.9.1.ebuild b/sys-power/thermald/thermald-1.9.1.ebuild index 00ec5a43bbb9..b551961e47bf 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 }