Skip to content

Commit

Permalink
app-admin/logrotate: simple safe sed line to fix bug 589854
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
ZeroChaos- committed Jul 30, 2016
1 parent 6c7f971 commit 6812389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-admin/logrotate/logrotate-3.9.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RDEPEND="${CDEPEND}
cron? ( virtual/cron )"

install_cron_file() {
sed -i 's#/usr/sbin/logrotate#/usr/bin/logrotate#' "${S}"/examples/logrotate.cron
exeinto /etc/cron.daily
newexe "${S}"/examples/logrotate.cron "${PN}"
}
Expand Down

0 comments on commit 6812389

Please sign in to comment.