diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/snapper/snapper_0.11.2.bb | 4 |
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" | |||
| 30 | export TOUCHBIN = "${bindir}/touch" | 30 | export TOUCHBIN = "${bindir}/touch" |
| 31 | export CPBIN = "${bindir}/cp" | 31 | export CPBIN = "${bindir}/cp" |
| 32 | 32 | ||
| 33 | |||
| 34 | do_install:append() { | 33 | do_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 | ||
| 39 | FILES:${PN} += "${libdir}/pam_snapper ${libdir}/systemd ${libdir}/security ${datadir}" | 38 | FILES:${PN} += "${nonarch_libdir} ${systemd_system_unitdir} ${datadir}" |
| 39 | |||
| 40 | # bash is needed for the testsuite | 40 | # bash is needed for the testsuite |
| 41 | RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" | 41 | RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount" |
