summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/snapper/snapper_0.11.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/snapper/snapper_0.11.2.bb b/meta-oe/recipes-support/snapper/snapper_0.11.2.bb
index 840c607309..d8987eeadc 100644
--- a/meta-oe/recipes-support/snapper/snapper_0.11.2.bb
+++ b/meta-oe/recipes-support/snapper/snapper_0.11.2.bb
@@ -30,12 +30,12 @@ export RMBIN = "${bindir}/rm"
30export TOUCHBIN = "${bindir}/touch" 30export TOUCHBIN = "${bindir}/touch"
31export CPBIN = "${bindir}/cp" 31export CPBIN = "${bindir}/cp"
32 32
33
34do_install:append() { 33do_install:append() {
35 install -d ${D}${sysconfdir}/sysconfig 34 install -d ${D}${sysconfdir}/sysconfig
36 install -m0644 ${S}/data/default-config ${D}${sysconfdir}/sysconfig/snapper 35 install -m0644 ${S}/data/default-config ${D}${sysconfdir}/sysconfig/snapper
37} 36}
38 37
39FILES:${PN} += "${libdir}/pam_snapper ${libdir}/systemd ${libdir}/security ${datadir}" 38FILES:${PN} += "${nonarch_libdir} ${systemd_system_unitdir} ${datadir}"
39
40# bash is needed for the testsuite 40# bash is needed for the testsuite
41RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" 41RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount"