From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1146261-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 8FBE0138350 for <garchives@archives.gentoo.org>; Fri, 14 Feb 2020 22:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AE81E0907; Fri, 14 Feb 2020 22:02:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 785CBE0907 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Feb 2020 22:02:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5999434ED1F for <gentoo-commits@lists.gentoo.org>; Fri, 14 Feb 2020 22:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C954411F for <gentoo-commits@lists.gentoo.org>; Fri, 14 Feb 2020 22:02:27 +0000 (UTC) From: "Yixun Lan" <dlan@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, "Yixun Lan" <dlan@gentoo.org> Message-ID: <1581717722.ccff350f5bc9155c3b0af16db9d4025a4e3c73a3.dlan@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.1.ebuild X-VCS-Directories: sys-power/thermald/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: ccff350f5bc9155c3b0af16db9d4025a4e3c73a3 X-VCS-Branch: master Date: Fri, 14 Feb 2020 22:02:27 +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: a3ff698e-58b5-49d9-bc0d-babb6ff88036 X-Archives-Hash: 7fe49bea54b6128263e3b79aa3966f3d commit: ccff350f5bc9155c3b0af16db9d4025a4e3c73a3 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Fri Feb 14 22:02:02 2020 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Fri Feb 14 22:02:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccff350f 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 <AT> gentoo.org> sys-power/thermald/thermald-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/thermald/thermald-1.9.1.ebuild b/sys-power/thermald/thermald-1.9.1.ebuild index 00ec5a43bbb..b551961e47b 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 }