mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
at: Tweak UNPACKDIR reference
${UNPACKDIR}/${BP} is ${S} so use the correct variable.
(From OE-Core rev: 57a4eb564446721fde05d7d619e2dc9bf5b79c5b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -70,7 +70,7 @@ do_install () {
|
||||
sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_system_unitdir}/atd.service
|
||||
|
||||
if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then
|
||||
install -D -m 0644 ${UNPACKDIR}/${BP}/pam.conf ${D}${sysconfdir}/pam.d/atd
|
||||
install -D -m 0644 ${S}/pam.conf ${D}${sysconfdir}/pam.d/atd
|
||||
fi
|
||||
rm -f ${D}${datadir}/at/batch-job
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user