rpi-first-run-wizard: Clean extra spaces

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan 2012-09-16 15:51:30 +03:00
parent 770f679ef4
commit 05d8b58bc8

View File

@ -13,7 +13,7 @@ SRC_URI = " \
file://LICENSE \
file://first-run-wizard.sh \
file://rpi_startup.sh \
file://rc.firstrun \
file://rc.firstrun \
"
inherit update-rc.d
@ -21,7 +21,7 @@ inherit update-rc.d
INITSCRIPT_NAME = "rpi-run-init"
INITSCRIPT_PARAMS = "start 29 2 3 4 5 . stop 29 2 3 4 5 ."
do_install() {
do_install() {
install -d ${D}${prefix}/rpi/scripts/
install -m 0755 ${WORKDIR}/first-run-wizard.sh ${D}${prefix}/rpi/scripts/
install -m 0755 ${WORKDIR}/rpi_startup.sh ${D}${prefix}/rpi/scripts/
@ -29,7 +29,7 @@ do_install() {
install -d ${D}${sysconfdir}/init.d/
install -m 0755 ${WORKDIR}/rc.firstrun ${D}${sysconfdir}/init.d/rpi-run-init
install -d ${D}${sysconfdir}/rpi/
install -d ${D}${sysconfdir}/rpi/
}
PACKAGE_ARCH = "${MACHINE_ARCH}"