summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-power/thermald/thermald-1.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}