projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfca057
)
app-text/groonga: Fix install failure removing old init script
author
Brian Evans
<grknight@gentoo.org>
Fri, 11 May 2018 18:21:46 +0000
(14:21 -0400)
committer
Brian Evans
<grknight@gentoo.org>
Fri, 11 May 2018 18:23:13 +0000
(14:23 -0400)
The manual removal is no longer necessary
Package-Manager: Portage-2.3.36, Repoman-2.3.9
app-text/groonga/groonga-8.0.2.ebuild
patch
|
blob
|
history
diff --git
a/app-text/groonga/groonga-8.0.2.ebuild
b/app-text/groonga/groonga-8.0.2.ebuild
index ebc194e460c1100a654cc3fa2df964a619502b1a..65608552596f6f61bac89fa305af41e6259d0d74 100644
(file)
--- a/
app-text/groonga/groonga-8.0.2.ebuild
+++ b/
app-text/groonga/groonga-8.0.2.ebuild
@@
-97,6
+97,4
@@
src_install() {
fowners groonga:groonga /var/{log,lib}/${PN}
use examples || rm -r "${D%/}/usr/share/${PN}" || die
- # Extra init script
- rm -r "${D%/}/usr/sbin/groonga-httpd-restart" || die
}