diff options
| author | Muhammad Shakeel <muhammad_shakeel@mentor.com> | 2013-08-13 11:52:36 +0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:31 +0100 |
| commit | 04a9cff9e828135f512f8aba0739cd16fc518267 (patch) | |
| tree | 3ce1a073f2c569f03fef1a858d26914e84bd37ca | |
| parent | 4fc37883adde27141b5659b9d3f218edba563b10 (diff) | |
| download | poky-04a9cff9e828135f512f8aba0739cd16fc518267.tar.gz | |
lighttpd: Replace spaces with tabs in shell function
As per OE-Core convention, indentation should be TAB for shell.
(From OE-Core rev: d73a0d00554cc197d2eb7e95432252af267d7bca)
Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb index df6ce9723d..6635e31167 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | |||
| @@ -45,10 +45,10 @@ INITSCRIPT_NAME = "lighttpd" | |||
| 45 | INITSCRIPT_PARAMS = "defaults 70" | 45 | INITSCRIPT_PARAMS = "defaults 70" |
| 46 | 46 | ||
| 47 | do_install_append() { | 47 | do_install_append() { |
| 48 | install -d ${D}${sysconfdir}/init.d ${D}/www/logs ${D}/www/pages/dav ${D}/www/var | 48 | install -d ${D}${sysconfdir}/init.d ${D}/www/logs ${D}/www/pages/dav ${D}/www/var |
| 49 | install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d | 49 | install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d |
| 50 | install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir} | 50 | install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir} |
| 51 | install -m 0644 ${WORKDIR}/index.html.lighttpd ${D}/www/pages/index.html | 51 | install -m 0644 ${WORKDIR}/index.html.lighttpd ${D}/www/pages/index.html |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | FILES_${PN} += "${sysconfdir} /www" | 54 | FILES_${PN} += "${sysconfdir} /www" |
