summaryrefslogtreecommitdiffstats
path: root/recipes-ids/aide/aide_0.17.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ids/aide/aide_0.17.3.bb')
-rw-r--r--recipes-ids/aide/aide_0.17.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ids/aide/aide_0.17.3.bb b/recipes-ids/aide/aide_0.17.3.bb
index 522cd85..fbfa8a7 100644
--- a/recipes-ids/aide/aide_0.17.3.bb
+++ b/recipes-ids/aide/aide_0.17.3.bb
@@ -25,7 +25,7 @@ PACKAGECONFIG[gcrypt] = "--with-gcrypt, --without-gcrypt, libgcrypt, libgcrypt"
25PACKAGECONFIG[mhash] = "--with-mhash, --without-mhash, libmhash, libmhash" 25PACKAGECONFIG[mhash] = "--with-mhash, --without-mhash, libmhash, libmhash"
26PACKAGECONFIG[e2fsattrs] = "--with-e2fsattrs, --without-e2fsattrs, e2fsprogs, e2fsprogs" 26PACKAGECONFIG[e2fsattrs] = "--with-e2fsattrs, --without-e2fsattrs, e2fsprogs, e2fsprogs"
27 27
28do_install_append () { 28do_install:append () {
29 install -d ${D}${libdir}/${PN}/logs 29 install -d ${D}${libdir}/${PN}/logs
30 install -d ${D}${sysconfdir} 30 install -d ${D}${sysconfdir}
31 install ${WORKDIR}/aide.conf ${D}${sysconfdir}/ 31 install ${WORKDIR}/aide.conf ${D}${sysconfdir}/
@@ -33,9 +33,9 @@ do_install_append () {
33 33
34CONF_FILE = "${sysconfdir}/aide.conf" 34CONF_FILE = "${sysconfdir}/aide.conf"
35 35
36FILES_${PN} += "${libdir}/${PN} ${sysconfdir}/aide.conf" 36FILES:${PN} += "${libdir}/${PN} ${sysconfdir}/aide.conf"
37 37
38pkg_postinst_ontarget_${PN} () { 38pkg_postinst_ontarget:${PN} () {
39 /usr/bin/aide -i 39 /usr/bin/aide -i
40} 40}
41RDPENDS_${PN} = "bison, libpcre" 41RDPENDS_${PN} = "bison, libpcre"