diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-04-29 14:54:29 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-05-02 11:10:38 +0200 |
commit | 1196eb4cf15db7d2cc4c6f4f7e7c680a8a53041a (patch) | |
tree | 21cb249bf8c637ea7e49f5c771286b325ebf5c1d /eclass/apache-2.eclass | |
parent | games-action/polymc: remove 1.1.1 (diff) | |
download | gentoo-1196eb4cf15db7d2cc4c6f4f7e7c680a8a53041a.tar.gz gentoo-1196eb4cf15db7d2cc4c6f4f7e7c680a8a53041a.tar.bz2 gentoo-1196eb4cf15db7d2cc4c6f4f7e7c680a8a53041a.zip |
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>
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 2197b3d84cd8..f59030f926f5 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -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 |