We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 858ab06 + aa3a3bd commit 53beb11Copy full SHA for 53beb11
1 file changed
recipes-graphics/wayland/weston-init.bbappend
@@ -120,7 +120,7 @@ do_install:append() {
120
insert_line_after "ExecStart=" "Restart=on-failure" ${D}${systemd_system_unitdir}/weston.service
121
else
122
# Install weston-socket.sh for sysvinit as well
123
- install -D -p -m0644 ${WORKDIR}/weston-socket.sh ${D}${sysconfdir}/profile.d/weston-socket.sh
+ install -D -p -m0644 ${S}/weston-socket.sh ${D}${sysconfdir}/profile.d/weston-socket.sh
124
fi
125
126
# Include commented gbm-format
0 commit comments