blob: 6f669170bf420aeb4153f5f7a74599fc06a7cbfa (
plain)
1
2
3
4
5
6
7
8
9
10
|
PV = "1.2"
LICENSE = "MIT"
SRC_URI = "file://mythfront.sh"
do_install() {
install -d ${D}/${sysconfdir}/X11/Xinit.d
install ${WORKDIR}/mythfront.sh ${D}/${sysconfdir}/X11/Xinit.d/90mythfront
}
|