[oe-commits] Ross Burton : libpam: fix whitespace in shell function

git at git.openembedded.org git at git.openembedded.org
Tue Jun 25 16:38:01 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 1b4b25d3cebab90398db208281d54e7442d43bcd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1b4b25d3cebab90398db208281d54e7442d43bcd

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jun 20 17:38:23 2013 +0100

libpam: fix whitespace in shell function

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/pam/libpam_1.1.6.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb
index 94101d4..96133c3 100644
--- a/meta/recipes-extended/pam/libpam_1.1.6.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.6.bb
@@ -96,6 +96,6 @@ do_install() {
 	install -d ${D}${sysconfdir}/pam.d/     
 	install -m 0644 ${WORKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/
 
-    # The lsb requires unix_chkpwd has setuid permission
-    chmod 4755 ${D}${sbindir}/unix_chkpwd
+	# The lsb requires unix_chkpwd has setuid permission
+	chmod 4755 ${D}${sbindir}/unix_chkpwd
 }



More information about the Openembedded-commits mailing list