mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
adduser: correct perl installation directory to match new perl recipe
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
29f47a6d73
commit
f090f37590
@@ -22,7 +22,7 @@ do_install() {
|
||||
install -m 0755 ${S}/adduser ${D}${sbindir}
|
||||
install -m 0755 ${S}/deluser ${D}${sbindir}
|
||||
|
||||
install -D -m 0644 ${S}/AdduserCommon.pm ${D}${libdir}/perl/${@get_perl_version(d)}/Debian/AdduserCommon.pm
|
||||
install -D -m 0644 ${S}/AdduserCommon.pm ${D}${libdir}/perl5/${@get_perl_version(d)}/Debian/AdduserCommon.pm
|
||||
sed -i -e "s/VERSION/${PV}/" ${D}${sbindir}/*
|
||||
|
||||
install -d ${D}/${sysconfdir}
|
||||
|
||||
Reference in New Issue
Block a user