Skip to content

Commit

Permalink
app-forensics/lynis: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 16, 2021
1 parent dd0ca80 commit 5b3457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-forensics/lynis/lynis-3.0.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 5b3457f

Please sign in to comment.