projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf813b
)
app-admin/logrotate: Fixes PATCHES not applied
author
Chris Mayo
<aklhfex@gmail.com>
Thu, 13 Jul 2017 20:36:27 +0000
(22:36 +0200)
committer
Chema Alonso Josa
<nimiux@gentoo.org>
Thu, 13 Jul 2017 20:40:00 +0000
(22:40 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5103
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-admin/logrotate/logrotate-3.12.3.ebuild
patch
|
blob
|
history
diff --git
a/app-admin/logrotate/logrotate-3.12.3.ebuild
b/app-admin/logrotate/logrotate-3.12.3.ebuild
index 30879bc88d80d04a806aa683f718967b0c9d615e..410660a032a66d27b6d095bb1f4537a93454b353 100644
(file)
--- 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() {