Skip to content

Commit

Permalink
app-forensics/lynis: Fix for lynis.service. See bug #776580
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/776580
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mike Pagano <[email protected]>
  • Loading branch information
mpagano committed Mar 16, 2021
1 parent 435b5db commit 48bbc0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ src_install() {

insinto /etc/${PN}
doins default.prf
systemd_dounit "${S}/extras/systemd/${PN}.service"
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"
}

Expand Down

0 comments on commit 48bbc0e

Please sign in to comment.