plymouth: fix empty plymouth-initrd after oe-core's libexec path transition

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andreas Müller
2016-02-26 11:38:26 +01:00
committed by Martin Jansa
parent 5905ff8a0b
commit 2da7f2c676
@@ -48,7 +48,7 @@ do_install_append() {
PACKAGES =+ "${PN}-initrd ${PN}-set-default-theme"
FILES_${PN}-initrd = "${libdir}/plymouth/plymouth/*"
FILES_${PN}-initrd = "${libexecdir}/plymouth/*"
FILES_${PN}-set-default-theme = "${sbindir}/plymouth-set-default-theme"
FILES_${PN} += "${systemd_unitdir}/system/*"