Skip to content

Commit 53beb11

Browse files
authored
Merge pull request #2514 from nxp-upstream/weston-init
weston-init: Fix install error for sysvinit case
2 parents 858ab06 + aa3a3bd commit 53beb11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes-graphics/wayland/weston-init.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ do_install:append() {
120120
insert_line_after "ExecStart=" "Restart=on-failure" ${D}${systemd_system_unitdir}/weston.service
121121
else
122122
# Install weston-socket.sh for sysvinit as well
123-
install -D -p -m0644 ${WORKDIR}/weston-socket.sh ${D}${sysconfdir}/profile.d/weston-socket.sh
123+
install -D -p -m0644 ${S}/weston-socket.sh ${D}${sysconfdir}/profile.d/weston-socket.sh
124124
fi
125125

126126
# Include commented gbm-format

0 commit comments

Comments
 (0)