From 4ee2703298e6b434f1c87ce638c90c70b7d261f8 Mon Sep 17 00:00:00 2001 From: "Jeremy A. Puhlman" Date: Mon, 11 Mar 2024 09:01:50 -0700 Subject: 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 Signed-off-by: Armin Kuster --- recipes-scanners/arpwatch/arpwatch_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-scanners') 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 () { do_install () { install -d ${D}${bindir} install -d ${D}${sbindir} - install -d ${D}${mandir} + install -d ${D}${mandir}/man8 install -d ${D}${sysconfdir} install -d ${D}${sysconfdir}/default install -d ${D}${sysconfdir}/init.d -- cgit v1.2.3-54-g00ecf