From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9F8B213835A for ; Fri, 14 May 2021 17:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C0E4E0822; Fri, 14 May 2021 17:17:12 +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 6FA99E0822 for ; Fri, 14 May 2021 17:17:12 +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 24344340E33 for ; Fri, 14 May 2021 17:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BCAA77E for ; Fri, 14 May 2021 17:17:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1620999007.2e3506d367e68995980d714ad2284d13e495224e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/ananicy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/ananicy/ananicy-2.2.1-r1.ebuild X-VCS-Directories: app-admin/ananicy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2e3506d367e68995980d714ad2284d13e495224e X-VCS-Branch: master Date: Fri, 14 May 2021 17:17:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0cbeff7c-d0cb-456a-ae1e-78f31e305a88 X-Archives-Hash: 1dc276a63483ad7c9a42bc6530fcdde3 commit: 2e3506d367e68995980d714ad2284d13e495224e Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 14 13:29:27 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 14 13:30:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e3506d3 app-admin/ananicy: I'm dumb Signed-off-by: Alessandro Barbieri gmail.com> Closes: https://bugs.gentoo.org/790104 app-admin/ananicy/ananicy-2.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild index 4ad74bc5a..359b99a09 100644 --- a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild +++ b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild @@ -31,6 +31,6 @@ src_compile() { src_install() { emake PREFIX="${D}" install python_fix_shebang "${ED}/usr/bin/ananicy" - doinitd ananicy.initd + doinitd "${FILESDIR}/ananicy.initd" einstalldocs }