mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
apache-2.eclass: remove eend with no ebegin
Found by scanning for eclasses with 'eend' but no occurrences of
'ebegin'. The following QA notice was also generated when installing
www-servers/apache:
* QA Notice: eend called without preceding ebegin (phase: install)
Fix by just removing the line.
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
committed by
Lars Wendler
parent
44225d2d8a
commit
1196eb4cf1
@@ -650,7 +650,6 @@ apache-2_src_install() {
|
||||
mv -f "${ED%/}/var/www/localhost/icons" \
|
||||
"${ED%/}/usr/share/apache2/icons" || die
|
||||
rm -rf "${ED%/}/var/www/localhost/" || die
|
||||
eend $?
|
||||
|
||||
# set some sane permissions for suexec
|
||||
if use suexec ; then
|
||||
|
||||
Reference in New Issue
Block a user