summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2017-07-13 22:36:27 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2017-07-13 22:40:00 +0200
commitb5d12b54098ca6cd14bb5e7098d110dc1c38c110 (patch)
tree0e8b079ea919baaf7cc59cbcba020da910923f13 /app-admin/logrotate
parentdev-libs/expat: 2.2.2 (diff)
downloadgentoo-b5d12b54098ca6cd14bb5e7098d110dc1c38c110.tar.gz
gentoo-b5d12b54098ca6cd14bb5e7098d110dc1c38c110.tar.bz2
gentoo-b5d12b54098ca6cd14bb5e7098d110dc1c38c110.zip
app-admin/logrotate: Fixes PATCHES not applied
Closes: https://github.com/gentoo/gentoo/pull/5103 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-admin/logrotate')
-rw-r--r--app-admin/logrotate/logrotate-3.12.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/logrotate/logrotate-3.12.3.ebuild b/app-admin/logrotate/logrotate-3.12.3.ebuild
index 30879bc88d80..410660a032a6 100644
--- a/app-admin/logrotate/logrotate-3.12.3.ebuild
+++ b/app-admin/logrotate/logrotate-3.12.3.ebuild
@@ -38,8 +38,8 @@ PATCHES=(
)
src_prepare() {
+ default
sed -i -e 's#/usr/sbin/logrotate#/usr/bin/logrotate#' "${S}"/examples/logrotate.{cron,service} || die
- eapply_user
}
src_configure() {