diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb index 0acc37d94f..20d5c1caa0 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | |||
@@ -51,7 +51,7 @@ SYSTEMD_SERVICE_${PN} = "lighttpd.service" | |||
51 | do_install_append() { | 51 | do_install_append() { |
52 | install -d ${D}${sysconfdir}/init.d ${D}${sysconfdir}/lighttpd.d ${D}/www/pages/dav | 52 | install -d ${D}${sysconfdir}/init.d ${D}${sysconfdir}/lighttpd.d ${D}/www/pages/dav |
53 | install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d | 53 | install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d |
54 | install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir} | 54 | install -m 0644 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir} |
55 | install -m 0644 ${WORKDIR}/index.html.lighttpd ${D}/www/pages/index.html | 55 | install -m 0644 ${WORKDIR}/index.html.lighttpd ${D}/www/pages/index.html |
56 | 56 | ||
57 | install -d ${D}${systemd_unitdir}/system | 57 | install -d ${D}${systemd_unitdir}/system |