[oe-commits] Muhammad Shakeel : rpcbind: Replace spaces with tabs in shell function
git at git.openembedded.org
git at git.openembedded.org
Fri Aug 16 10:04:29 UTC 2013
Module: openembedded-core.git
Branch: master
Commit: a92376f2daf10baf45d99a3de9502b52cbce8b7e
URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a92376f2daf10baf45d99a3de9502b52cbce8b7e
Author: Muhammad Shakeel <muhammad_shakeel at mentor.com>
Date: Tue Aug 13 11:52:37 2013 +0500
rpcbind: Replace spaces with tabs in shell function
As per OE-Core convention, indentation should be TAB for shell.
Signed-off-by: Muhammad Shakeel <muhammad_shakeel at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
index f4a0367..be2897c 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
@@ -36,11 +36,11 @@ INITSCRIPT_NAME = "rpcbind"
INITSCRIPT_PARAMS = "start 43 S . start 32 0 6 . stop 81 1 ."
do_install_append () {
- mv ${D}${bindir} ${D}${sbindir}
+ mv ${D}${bindir} ${D}${sbindir}
- install -d ${D}${sysconfdir}/init.d
- sed -e 's,/etc/,${sysconfdir}/,g' \
- -e 's,/sbin/,${sbindir}/,g' \
- ${WORKDIR}/init.d > ${D}${sysconfdir}/init.d/rpcbind
- chmod 0755 ${D}${sysconfdir}/init.d/rpcbind
+ install -d ${D}${sysconfdir}/init.d
+ sed -e 's,/etc/,${sysconfdir}/,g' \
+ -e 's,/sbin/,${sbindir}/,g' \
+ ${WORKDIR}/init.d > ${D}${sysconfdir}/init.d/rpcbind
+ chmod 0755 ${D}${sysconfdir}/init.d/rpcbind
}
More information about the Openembedded-commits
mailing list