summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2020-02-14 22:02:02 +0000
committerYixun Lan <dlan@gentoo.org>2020-02-14 22:02:02 +0000
commitccff350f5bc9155c3b0af16db9d4025a4e3c73a3 (patch)
tree83110dfac8ee5f89026d3a6f8dadf5c49f309988 /sys-power/thermald
parentnet-misc/megatools: fix website url (diff)
downloadgentoo-ccff350f5bc9155c3b0af16db9d4025a4e3c73a3.tar.gz
gentoo-ccff350f5bc9155c3b0af16db9d4025a4e3c73a3.tar.bz2
gentoo-ccff350f5bc9155c3b0af16db9d4025a4e3c73a3.zip
sys-power/thermald: QA: drop unnecessary slash from $ED
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-power/thermald')
-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
}