diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-20 17:38:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:55 +0100 |
commit | 105cbfa793567bffceae9044d000b05160aa07ed (patch) | |
tree | 306191342bb92a877ab6402398d47c95e6cfd8c2 /meta/recipes-extended/pam | |
parent | bac191afc6c67a95f7dff842f3fcf9b34c293371 (diff) | |
download | poky-105cbfa793567bffceae9044d000b05160aa07ed.tar.gz |
libpam: fix whitespace in shell function
(From OE-Core rev: 1b4b25d3cebab90398db208281d54e7442d43bcd)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r-- | 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 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() { | |||
96 | install -d ${D}${sysconfdir}/pam.d/ | 96 | install -d ${D}${sysconfdir}/pam.d/ |
97 | install -m 0644 ${WORKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/ | 97 | install -m 0644 ${WORKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/ |
98 | 98 | ||
99 | # The lsb requires unix_chkpwd has setuid permission | 99 | # The lsb requires unix_chkpwd has setuid permission |
100 | chmod 4755 ${D}${sbindir}/unix_chkpwd | 100 | chmod 4755 ${D}${sbindir}/unix_chkpwd |
101 | } | 101 | } |