summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb')
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
index 4cdf36ca5..da96086e4 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb
@@ -181,7 +181,8 @@ PACKAGES = "${PN}-scripts ${PN}-doc ${PN}-dev ${PN}-dbg ${PN}"
181 181
182CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \ 182CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \
183 ${sysconfdir}/${BPN}/magic \ 183 ${sysconfdir}/${BPN}/magic \
184 ${sysconfdir}/${BPN}/mime.types" 184 ${sysconfdir}/${BPN}/mime.types \
185 ${sysconfdir}/${BPN}/extra/*"
185 186
186# We override here rather than append so that .so links are 187# We override here rather than append so that .so links are
187# included in the runtime package rather than here (-dev) 188# included in the runtime package rather than here (-dev)