diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb')
| -rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb index 2e848eaf56..1111ef6f56 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb | |||
| @@ -37,9 +37,9 @@ EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ | |||
| 37 | 37 | ||
| 38 | do_install:append() { | 38 | do_install:append() { |
| 39 | # Copy over init script and sed in the correct sbin path | 39 | # Copy over init script and sed in the correct sbin path |
| 40 | sed -i 's,sed_sbin_path,${sbindir},' ${WORKDIR}/hiawatha-init | 40 | sed -i 's,sed_sbin_path,${sbindir},' ${UNPACKDIR}/hiawatha-init |
| 41 | mkdir -p ${D}${sysconfdir}/init.d | 41 | mkdir -p ${D}${sysconfdir}/init.d |
| 42 | install -m 0755 ${WORKDIR}/hiawatha-init ${D}${sysconfdir}/init.d/hiawatha | 42 | install -m 0755 ${UNPACKDIR}/hiawatha-init ${D}${sysconfdir}/init.d/hiawatha |
| 43 | 43 | ||
| 44 | # configure php-fcgi to have a working configuration | 44 | # configure php-fcgi to have a working configuration |
| 45 | # by default if php is installed | 45 | # by default if php is installed |
| @@ -47,7 +47,7 @@ do_install:append() { | |||
| 47 | 47 | ||
| 48 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 48 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
| 49 | install -d ${D}/${systemd_unitdir}/system | 49 | install -d ${D}/${systemd_unitdir}/system |
| 50 | install -m 644 ${WORKDIR}/hiawatha.service ${D}/${systemd_unitdir}/system | 50 | install -m 644 ${UNPACKDIR}/hiawatha.service ${D}/${systemd_unitdir}/system |
| 51 | fi | 51 | fi |
| 52 | 52 | ||
| 53 | # /var/log/hiawatha and /var/lib/hiawatha needs to be created in runtime. | 53 | # /var/log/hiawatha and /var/lib/hiawatha needs to be created in runtime. |
