Skip to content
Snippets Groups Projects
Commit 3abb7323 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

qt:compositor: Fixed wrong service file name in do_install

parent 498b4492
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!410qt:compositor: Fixed qt-compositor to run under Yocto Kirkstone
......@@ -39,7 +39,7 @@ do_install () {
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
# Systemd Unit
install -d ${D}${systemd_system_unitdir}/
install -D -p -m 0644 ${WORKDIR}/qt-multi-screen-compositor@.service ${D}${systemd_system_unitdir}/qt-multi-screen-compositor.service
install -D -p -m 0644 ${WORKDIR}/qt-multi-screen-compositor.service ${D}${systemd_system_unitdir}/qt-multi-screen-compositor.service
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment