summaryrefslogtreecommitdiffstats
path: root/recipes-scanners/arpwatch/arpwatch_3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-scanners/arpwatch/arpwatch_3.3.bb')
-rw-r--r--recipes-scanners/arpwatch/arpwatch_3.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb
index e547938..cacfea7 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.3.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb
@@ -60,9 +60,9 @@ do_install () {
60 install -d ${D}/var/lib/arpwatch 60 install -d ${D}/var/lib/arpwatch
61 61
62 oe_runmake install DESTDIR=${D} 62 oe_runmake install DESTDIR=${D}
63 install -m 644 ${WORKDIR}/arpwatch.conf ${D}${sysconfdir} 63 install -m 644 ${UNPACKDIR}/arpwatch.conf ${D}${sysconfdir}
64 install -m 655 ${WORKDIR}/arpwatch_init ${D}${sysconfdir}/init.d/arpwatch 64 install -m 655 ${UNPACKDIR}/arpwatch_init ${D}${sysconfdir}/init.d/arpwatch
65 install -m 644 ${WORKDIR}/arpwatch.default ${D}${sysconfdir}/default 65 install -m 644 ${UNPACKDIR}/arpwatch.default ${D}${sysconfdir}/default
66} 66}
67 67
68INITSCRIPT_NAME = "arpwatch" 68INITSCRIPT_NAME = "arpwatch"