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>
This commit is contained in:
Yixun Lan
2020-02-14 22:02:02 +00:00
parent f48c752bdc
commit ccff350f5b

View File

@@ -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
}