From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1143948-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8529138351 for <garchives@archives.gentoo.org>; Sat, 8 Feb 2020 16:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB7E7E088A; Sat, 8 Feb 2020 16:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BF5FE087F for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 16:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AA2934E86C for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 16:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7101147 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 16:25:04 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1581179029.52815238bc2a72481960eaf4f9a77cf015177bd4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/thermald/thermald-1.9.ebuild X-VCS-Directories: sys-power/thermald/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 52815238bc2a72481960eaf4f9a77cf015177bd4 X-VCS-Branch: master Date: Sat, 8 Feb 2020 16:25:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef74b1e6-e28d-4875-804d-6e7d6975a4ad X-Archives-Hash: 164c3df0a23d0e49a9e2dcaed290034d commit: 52815238bc2a72481960eaf4f9a77cf015177bd4 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 8 16:23:49 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 8 16:23:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52815238 sys-power/thermald: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-power/thermald/thermald-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/thermald/thermald-1.9.ebuild b/sys-power/thermald/thermald-1.9.ebuild index 9eb5e8b9249..5ab38ae244a 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 }