|
@@ -15,6 +15,7 @@ do_install() {
|
|
|
# Install weston-start script
|
|
|
install -Dm755 ${WORKDIR}/weston-start ${D}${bindir}/weston-start
|
|
|
sed -i 's,@DATADIR@,${datadir},g' ${D}${bindir}/weston-start
|
|
|
+ sed -i 's,@LOCALSTATEDIR@,${localstatedir},g' ${D}${bindir}/weston-start
|
|
|
}
|
|
|
|
|
|
inherit allarch update-rc.d distro_features_check systemd
|