diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-03 12:53:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-03 12:53:52 +0000 |
commit | 48d2b46d4a767175d045e19b1e4d7c31c90361dd (patch) | |
tree | 8ac66e6eb2b31160f3e1c34a9b8353ad4bd3f30d /gpe-bootsplash/gpe-bootsplash_1.9.oe | |
parent | 2454393d5712155c6292230042df52d0e504f697 (diff) |
move initscript to S02
BKrev: 40e6ac60s6-ZoW_l8me-LfP0p0AKGA
Diffstat (limited to 'gpe-bootsplash/gpe-bootsplash_1.9.oe')
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash_1.9.oe | 1 |
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 } |