mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
www-servers/apache: avoid QA notice for empty dirs
Closes: https://bugs.gentoo.org/954279 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -193,6 +193,9 @@ src_install() {
|
||||
rm "${ED}"/${i} || die "Failed to prune apache-tools bits"
|
||||
done
|
||||
|
||||
# Clean up empty directories created by the apache install system
|
||||
rmdir "${ED}"/var/{run,www} || die
|
||||
|
||||
dobin support/apxs
|
||||
|
||||
# Note: wait for mod_systemd to be included in some forthcoming release,
|
||||
|
||||
Reference in New Issue
Block a user