Sfoglia il codice sorgente

apache2: add all extra/*.conf to conffiles

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Alejandro del Castillo 5 anni fa
parent
commit
2e59ec2d28
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb

+ 2 - 1
meta-webserver/recipes-httpd/apache2/apache2_2.4.39.bb

@@ -181,7 +181,8 @@ PACKAGES = "${PN}-scripts ${PN}-doc ${PN}-dev ${PN}-dbg ${PN}"
 
 CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \
                    ${sysconfdir}/${BPN}/magic \
-                   ${sysconfdir}/${BPN}/mime.types"
+                   ${sysconfdir}/${BPN}/mime.types \
+                   ${sysconfdir}/${BPN}/extra/*"
 
 # We override here rather than append so that .so links are
 # included in the runtime package rather than here (-dev)