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:
Hans de Graaff
2025-05-19 14:53:19 +02:00
parent 5b5ae06351
commit 7e81adbc71

View File

@@ -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,