From: Phil Blundell Date: Sat, 3 Jul 2004 12:53:52 +0000 (+0000) Subject: move initscript to S02 X-Git-Tag: Release-2010-05/1~18384 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48d2b46d4a767175d045e19b1e4d7c31c90361dd;p=openembedded.git move initscript to S02 BKrev: 40e6ac60s6-ZoW_l8me-LfP0p0AKGA --- diff --git a/gpe-bootsplash/gpe-bootsplash_1.9.oe b/gpe-bootsplash/gpe-bootsplash_1.9.oe index f5c33de085..9f571eabd1 100644 --- a/gpe-bootsplash/gpe-bootsplash_1.9.oe +++ b/gpe-bootsplash/gpe-bootsplash_1.9.oe @@ -13,5 +13,6 @@ FILES_${PN} += "${datadir}/gpe" do_install_append() { install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-p.svg install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-l.svg + mv ${D}/etc/rcS.d/S00bootsplash ${D}/etc/rcS.d/S02bootsplash }