Commit 1e3dd4b5 authored by Florent Revest's avatar Florent Revest

dbus: Make sure the destination directory exists before copying session-local.conf

parent 05cc618e
......@@ -3,5 +3,6 @@ SRC_URI += "file://0001-dbus-sysdeps-Don-t-check-suid-bit-before-accessing-e.pat
file://session-local.conf"
do_install_append() {
install -d ${D}/usr/share/dbus-1/session.d/
cp ${WORKDIR}/session-local.conf ${D}/usr/share/dbus-1/session.d/session-local.conf
}
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