From: David Seifert Date: Sat, 8 Feb 2020 16:23:49 +0000 (+0100) Subject: sys-power/thermald: [QA] Fix UnnecessarySlashStrip X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=52815238bc2a72481960eaf4f9a77cf015177bd4;p=gentoo.git sys-power/thermald: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert --- diff --git a/sys-power/thermald/thermald-1.9.ebuild b/sys-power/thermald/thermald-1.9.ebuild index 9eb5e8b92494..5ab38ae244af 100644 --- 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 }