From: Ross Burton Date: Thu, 20 Jun 2013 16:38:23 +0000 (+0100) Subject: libpam: fix whitespace in shell function X-Git-Tag: rev_ivi_2015_02_04~12029 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6772aeffa4d876a19a33b50736c5263464886c3;p=scm%2Fbb%2Ftizen-distro.git libpam: fix whitespace in shell function (From OE-Core rev: 1b4b25d3cebab90398db208281d54e7442d43bcd) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 }