aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2
diff options
context:
space:
mode:
Diffstat (limited to 'main/apache2')
-rw-r--r--main/apache2/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD
index 45aa11766c..45fc04f33d 100644
--- a/main/apache2/APKBUILD
+++ b/main/apache2/APKBUILD
@@ -3,7 +3,7 @@
pkgname=apache2
_pkgreal=httpd
pkgver=2.4.38
-pkgrel=1
+pkgrel=2
pkgdesc="A high performance Unix-based HTTP server"
url="https://httpd.apache.org/"
arch="all"
@@ -172,6 +172,10 @@ package() {
error "$i MPM was not built"
fi
done
+
+ # create the run directory
+ # ref #9982
+ mkdir -p "$pkgdir"/run/apache2
}
_make_conf_dir() {