diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-06-12 19:19:19 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-06-19 16:04:19 -0700 |
commit | 4ebf5e84dd0848b335b3052820b445a23e9b0a68 (patch) | |
tree | 8e6f25ce45cef223f2a89ebf41f25d6e2b6ed96f | |
parent | 2e228691a6bc5e3180c82e902060282a81d88d29 (diff) | |
download | meta-security-4ebf5e84dd0848b335b3052820b445a23e9b0a68.tar.gz |
tripwire: Remove makefiles from the man directories.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/tripwire/tripwire_2.4.3.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 () { | |||
52 | install -m 0644 ${S}/man/man4/* ${D}${mandir}/man4 | 52 | install -m 0644 ${S}/man/man4/* ${D}${mandir}/man4 |
53 | install -m 0644 ${S}/man/man5/* ${D}${mandir}/man5 | 53 | install -m 0644 ${S}/man/man5/* ${D}${mandir}/man5 |
54 | install -m 0644 ${S}/man/man8/* ${D}${mandir}/man8 | 54 | install -m 0644 ${S}/man/man8/* ${D}${mandir}/man8 |
55 | rm ${D}${mandir}/man*/Makefile* | ||
55 | install -m 0644 ${S}/policy/templates/* ${D}${docdir}/${BPN}/templates | 56 | install -m 0644 ${S}/policy/templates/* ${D}${docdir}/${BPN}/templates |
56 | install -m 0644 ${S}/policy/*txt ${D}${docdir}/${BPN} | 57 | install -m 0644 ${S}/policy/*txt ${D}${docdir}/${BPN} |
57 | install -m 0644 ${S}/COPYING ${D}${docdir}/${BPN} | 58 | install -m 0644 ${S}/COPYING ${D}${docdir}/${BPN} |