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" export TOUCHBIN = "${bindir}/touch" export CPBIN = "${bindir}/cp" - do_install:append() { install -d ${D}${sysconfdir}/sysconfig install -m0644 ${S}/data/default-config ${D}${sysconfdir}/sysconfig/snapper } -FILES:${PN} += "${libdir}/pam_snapper ${libdir}/systemd ${libdir}/security ${datadir}" +FILES:${PN} += "${nonarch_libdir} ${systemd_system_unitdir} ${datadir}" + # bash is needed for the testsuite RDEPENDS:${PN} = "bash diffutils util-linux util-linux-mount"