mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
procmail: avoid bashism in do_install
Found with verify-bashisms. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
2ef3979a41
commit
338980d371
@@ -38,7 +38,8 @@ do_compile() {
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -d ${D}${mandir}/man{1,5}
|
||||
install -d ${D}${mandir}/man1
|
||||
install -d ${D}${mandir}/man5
|
||||
oe_runmake -i BASENAME=${D}/usr MANDIR=${D}${mandir} install
|
||||
install -m 0644 debian/mailstat.1 ${D}${mandir}/man1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user