aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-bootsplash
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-03 12:53:52 +0000
committerPhil Blundell <philb@gnu.org>2004-07-03 12:53:52 +0000
commit48d2b46d4a767175d045e19b1e4d7c31c90361dd (patch)
tree8ac66e6eb2b31160f3e1c34a9b8353ad4bd3f30d /gpe-bootsplash
parent2454393d5712155c6292230042df52d0e504f697 (diff)
downloadopenembedded-48d2b46d4a767175d045e19b1e4d7c31c90361dd.tar.gz
move initscript to S02
BKrev: 40e6ac60s6-ZoW_l8me-LfP0p0AKGA
Diffstat (limited to 'gpe-bootsplash')
-rw-r--r--gpe-bootsplash/gpe-bootsplash_1.9.oe1
1 files changed, 1 insertions, 0 deletions
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
}