From patchwork Thu Oct 18 14:03:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-webserver, v4] Signed-off-by: Jack Mitchell Date: Thu, 18 Oct 2012 14:03:02 -0000 From: ml@communistcode.co.uk X-Patchwork-Id: 38277 Message-Id: <1350568982-23033-1-git-send-email-ml@communistcode.co.uk> To: openembedded-devel@lists.openembedded.org Cc: Jack Mitchell From: Jack Mitchell Hiawatha: add initial 8.5 recipe and associated files --- meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb index a029047..b4462bb 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_8.5.bb @@ -37,9 +37,9 @@ EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ do_install_append() { - # Copy over init script and sed in the correct sbin path - sed -i 's,sed_sbin_path,${sbindir},' ${WORKDIR}/hiawatha-init - mkdir -p ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/hiawatha-init ${D}${sysconfdir}/init.d/hiawatha + # Copy over init script and sed in the correct sbin path + sed -i 's,sed_sbin_path,${sbindir},' ${WORKDIR}/hiawatha-init + mkdir -p ${D}${sysconfdir}/init.d + install -m 0755 ${WORKDIR}/hiawatha-init ${D}${sysconfdir}/init.d/hiawatha }