summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:23:49 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:23:49 +0100
commit52815238bc2a72481960eaf4f9a77cf015177bd4 (patch)
treeadd92ef3958ceca9acc3dd47c988fbe88aba50e6 /sys-power/thermald
parentsys-fs/udisks: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-52815238bc2a72481960eaf4f9a77cf015177bd4.tar.gz
gentoo-52815238bc2a72481960eaf4f9a77cf015177bd4.tar.bz2
gentoo-52815238bc2a72481960eaf4f9a77cf015177bd4.zip
sys-power/thermald: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-power/thermald')
-rw-r--r--sys-power/thermald/thermald-1.9.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}