Commit 91a2a446 authored by Florent Revest's avatar Florent Revest

ngfd: Provide /usr/share/sounds without which ngfd SIGSEGV

parent 860bb6aa
...@@ -24,9 +24,11 @@ do_install_append() { ...@@ -24,9 +24,11 @@ do_install_append() {
install -d ${D}/usr/lib/systemd/user/default.target.wants/ install -d ${D}/usr/lib/systemd/user/default.target.wants/
cp ../ngfd.service ${D}/usr/lib/systemd/user/ cp ../ngfd.service ${D}/usr/lib/systemd/user/
ln -s ../ngfd.service ${D}/usr/lib/systemd/user/default.target.wants/ngfd.service ln -s ../ngfd.service ${D}/usr/lib/systemd/user/default.target.wants/ngfd.service
install -d ${D}/usr/share/sounds/
} }
inherit autotools pkgconfig inherit autotools pkgconfig
FILES_${PN}-dbg += "/usr/lib/ngf/.debug/" FILES_${PN}-dbg += "/usr/lib/ngf/.debug/"
FILES_${PN} += "/usr/lib/ngf /usr/share/dbus-1 /usr/lib/systemd/" FILES_${PN} += "/usr/lib/ngf /usr/share/dbus-1 /usr/lib/systemd/ /usr/share/sounds/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment