aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-06-20 17:38:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-25 17:30:32 +0100
commit1b4b25d3cebab90398db208281d54e7442d43bcd (patch)
tree098ed910cbece707df72592c1a44963c5f1d63d7 /meta/recipes-extended/pam
parentd0e3fc1b28fc16200adbe690aa27124041036ba3 (diff)
downloadopenembedded-core-contrib-1b4b25d3cebab90398db208281d54e7442d43bcd.tar.gz
libpam: fix whitespace in shell function
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.6.bb4
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 94101d4819..96133c361b 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
}