diff options
| -rw-r--r-- | meta-oe/recipes-support/procmail/procmail_3.22.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb index 1063654f5c..9bbd4103cf 100644 --- a/meta-oe/recipes-support/procmail/procmail_3.22.bb +++ b/meta-oe/recipes-support/procmail/procmail_3.22.bb | |||
| @@ -38,7 +38,8 @@ do_compile() { | |||
| 38 | 38 | ||
| 39 | do_install() { | 39 | do_install() { |
| 40 | install -d ${D}${bindir} | 40 | install -d ${D}${bindir} |
| 41 | install -d ${D}${mandir}/man{1,5} | 41 | install -d ${D}${mandir}/man1 |
| 42 | install -d ${D}${mandir}/man5 | ||
| 42 | oe_runmake -i BASENAME=${D}/usr MANDIR=${D}${mandir} install | 43 | oe_runmake -i BASENAME=${D}/usr MANDIR=${D}${mandir} install |
| 43 | install -m 0644 debian/mailstat.1 ${D}${mandir}/man1 | 44 | install -m 0644 debian/mailstat.1 ${D}${mandir}/man1 |
| 44 | } | 45 | } |
