diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/nostromo')
| -rw-r--r-- | meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb index fe860ec9a9..562ecd0049 100644 --- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | |||
| @@ -46,7 +46,7 @@ do_install() { | |||
| 46 | install -m 0644 ${WORKDIR}/nhttpd.conf ${D}${sysconfdir} | 46 | install -m 0644 ${WORKDIR}/nhttpd.conf ${D}${sysconfdir} |
| 47 | install -m 0755 ${WORKDIR}/nostromo ${D}${sysconfdir}/init.d | 47 | install -m 0755 ${WORKDIR}/nostromo ${D}${sysconfdir}/init.d |
| 48 | install -D -m 0644 ${WORKDIR}/volatiles ${D}${sysconfdir}/default/volatiles/nostromo | 48 | install -D -m 0644 ${WORKDIR}/volatiles ${D}${sysconfdir}/default/volatiles/nostromo |
| 49 | if ${@base_contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 49 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
| 50 | install -D -m 0644 ${WORKDIR}/tmpfiles.conf ${D}${sysconfdir}/tmpfiles.d/nostromo.conf | 50 | install -D -m 0644 ${WORKDIR}/tmpfiles.conf ${D}${sysconfdir}/tmpfiles.d/nostromo.conf |
| 51 | fi | 51 | fi |
| 52 | install -m 0644 htdocs/index.html ${D}${localstatedir}/nostromo/htdocs/index.html | 52 | install -m 0644 htdocs/index.html ${D}${localstatedir}/nostromo/htdocs/index.html |
