Re: [meta-security][master|dunfell][PATCH 2/2] tripwire: Remove makefiles from the man directories.
merged
toggle quoted message
Show quoted text
On 6/12/20 7:19 PM, Jeremy Puhlman
wrote:
From: Jeremy Puhlman <jpuhlman@...> Signed-off-by: Jeremy Puhlman <jpuhlman@...> --- recipes-ids/tripwire/tripwire_2.4.3.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb index c26392a..4f50bff 100644 --- a/recipes-ids/tripwire/tripwire_2.4.3.7.bb +++ b/recipes-ids/tripwire/tripwire_2.4.3.7.bb @@ -52,6 +52,7 @@ do_install () { install -m 0644 ${S}/man/man4/* ${D}${mandir}/man4 install -m 0644 ${S}/man/man5/* ${D}${mandir}/man5 install -m 0644 ${S}/man/man8/* ${D}${mandir}/man8 + rm ${D}${mandir}/man*/Makefile* install -m 0644 ${S}/policy/templates/* ${D}${docdir}/${BPN}/templates install -m 0644 ${S}/policy/*txt ${D}${docdir}/${BPN} install -m 0644 ${S}/COPYING ${D}${docdir}/${BPN} |
|