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 ED3091382C5 for ; Tue, 16 Mar 2021 22:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E421E0207; Tue, 16 Mar 2021 22:40:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 29D85E0207 for ; Tue, 16 Mar 2021 22:40:53 +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 CF4CC335D8C for ; Tue, 16 Mar 2021 22:40:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B34A5AE for ; Tue, 16 Mar 2021 22:40:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615934442.5b3457f954cdc4332245adc6b1c82645a586d481.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/lynis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/lynis/lynis-3.0.3-r2.ebuild X-VCS-Directories: app-forensics/lynis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b3457f954cdc4332245adc6b1c82645a586d481 X-VCS-Branch: master Date: Tue, 16 Mar 2021 22:40:50 +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: 618c37a6-5757-4a5b-b455-bb872c91750d X-Archives-Hash: faae4344702a5debe0b921bbd46cded8 commit: 5b3457f954cdc4332245adc6b1c82645a586d481 Author: Sam James gentoo org> AuthorDate: Tue Mar 16 22:40:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 16 22:40:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3457f9 app-forensics/lynis: fix typo Signed-off-by: Sam James gentoo.org> app-forensics/lynis/lynis-3.0.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/lynis/lynis-3.0.3-r2.ebuild b/app-forensics/lynis/lynis-3.0.3-r2.ebuild index 9636cb8ccee..b7d94d5ae33 100644 --- a/app-forensics/lynis/lynis-3.0.3-r2.ebuild +++ b/app-forensics/lynis/lynis-3.0.3-r2.ebuild @@ -41,7 +41,7 @@ src_install() { insinto /etc/${PN} doins default.prf - sed -i -e 's/\/path\/to\///' "${S}/extras/systemd/${PN}.service" die "Sed Failed!" + sed -i -e 's/\/path\/to\///' "${S}/extras/systemd/${PN}.service" || die "Sed Failed!" systemd_dounit "${S}/extras/systemd/${PN}.service" || die "Sed Failed!" systemd_dounit "${S}/extras/systemd/${PN}.timer" }