summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2024-03-11 09:01:50 -0700
committerArmin Kuster <akuster808@gmail.com>2024-03-27 12:36:58 -0400
commit4ee2703298e6b434f1c87ce638c90c70b7d261f8 (patch)
treef09ad84868fd68053a6f2043ae33a8cc1758ec77
parentf4ef325fc31e530f7aa73e0fd94f572a48747a68 (diff)
downloadmeta-security-4ee2703298e6b434f1c87ce638c90c70b7d261f8.tar.gz
arpwatch: install man8 dir
The install expects man8 directory to already exists. If not created the man page gets installed as "man8", which causes conflicts with other packages, that expect it to be a directory. 'arpsnmp' -> '/build/project/tmp/work/corei7-64-poky-linux/arpwatch/3.3/image/usr/sbin/arpsnmp' './arpwatch.8' -> '/build/project/tmp/work/corei7-64-poky-linux/arpwatch/3.3/image/usr/share/man/man8' removed '/build/project/tmp/work/corei7-64-poky-linux/arpwatch/3.3/image/usr/share/man/man8' './arpsnmp.8' -> '/build/project/tmp/work/corei7-64-poky-linux/arpwatch/3.3/image/usr/share/man/man8' Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-scanners/arpwatch/arpwatch_3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb
index 8e9a268..e547938 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.3.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb
@@ -52,7 +52,7 @@ do_configure () {
52do_install () { 52do_install () {
53 install -d ${D}${bindir} 53 install -d ${D}${bindir}
54 install -d ${D}${sbindir} 54 install -d ${D}${sbindir}
55 install -d ${D}${mandir} 55 install -d ${D}${mandir}/man8
56 install -d ${D}${sysconfdir} 56 install -d ${D}${sysconfdir}
57 install -d ${D}${sysconfdir}/default 57 install -d ${D}${sysconfdir}/default
58 install -d ${D}${sysconfdir}/init.d 58 install -d ${D}${sysconfdir}/init.d