From 681238954cf87450c231ff637ac87bf69fad310f Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sat, 30 Jul 2016 09:36:46 -0400 Subject: app-admin/logrotate: simple safe sed line to fix bug 589854 Package-Manager: portage-2.3.0 --- app-admin/logrotate/logrotate-3.9.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'app-admin/logrotate') diff --git a/app-admin/logrotate/logrotate-3.9.2-r1.ebuild b/app-admin/logrotate/logrotate-3.9.2-r1.ebuild index 62b75e9e94d1..60b8363956eb 100644 --- a/app-admin/logrotate/logrotate-3.9.2-r1.ebuild +++ b/app-admin/logrotate/logrotate-3.9.2-r1.ebuild @@ -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}" } -- cgit v1.2.3-65-gdbad