summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/logwatch/logwatch_7.4.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/logwatch/logwatch_7.4.3.bb b/meta-oe/recipes-extended/logwatch/logwatch_7.4.3.bb
index aea539ef0c..275a8f238c 100644
--- a/meta-oe/recipes-extended/logwatch/logwatch_7.4.3.bb
+++ b/meta-oe/recipes-extended/logwatch/logwatch_7.4.3.bb
@@ -20,9 +20,9 @@ do_install() {
20 install -m 0755 -d ${D}${datadir}/logwatch/dist.conf/logfiles 20 install -m 0755 -d ${D}${datadir}/logwatch/dist.conf/logfiles
21 install -m 0755 -d ${D}${datadir}/logwatch/dist.conf/services 21 install -m 0755 -d ${D}${datadir}/logwatch/dist.conf/services
22 install -m 0755 -d ${D}${localstatedir}/cache/logwatch 22 install -m 0755 -d ${D}${localstatedir}/cache/logwatch
23 mv conf/ ${D}${datadir}/logwatch/default.conf 23 cp -r -f conf/ ${D}${datadir}/logwatch/default.conf
24 mv scripts/ ${D}${datadir}/logwatch/scripts 24 cp -r -f scripts/ ${D}${datadir}/logwatch/scripts
25 mv lib ${D}${datadir}/logwatch/lib 25 cp -r -f lib ${D}${datadir}/logwatch/lib
26 chown -R root:root ${D}${datadir}/logwatch 26 chown -R root:root ${D}${datadir}/logwatch
27 27
28 install -m 0755 -d ${D}${mandir}/man1 28 install -m 0755 -d ${D}${mandir}/man1