From: Matthias Hentges Date: Wed, 12 Apr 2006 16:30:15 +0000 (+0000) Subject: altboot: Add 1..6-rc3 X-Git-Tag: Release-2010-05/1~9453^2~2056 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da67f32d384c2fc2cd43193fa2aebec6099c5e15;p=openembedded.git altboot: Add 1..6-rc3 --- diff --git a/packages/altboot/altboot_1.0.6-rc2.bb b/packages/altboot/altboot_1.0.6-rc3.bb similarity index 96% rename from packages/altboot/altboot_1.0.6-rc2.bb rename to packages/altboot/altboot_1.0.6-rc3.bb index bb99fe31e5..c13b346fc3 100644 --- a/packages/altboot/altboot_1.0.6-rc2.bb +++ b/packages/altboot/altboot_1.0.6-rc3.bb @@ -32,6 +32,7 @@ do_install() { install -d ${D}/etc/altboot-menu/Advanced install -d ${D}/etc/altboot.rc install -d ${D}/usr/share/doc/altboot + install -d ${D}/usr/share/sounds if test -d ${WORKDIR}/altboot/${MACHINE} then @@ -39,7 +40,8 @@ do_install() { else install -m 0644 ${WORKDIR}/altboot/altboot*.cfg ${D}/etc fi - + + install -m 0644 ${WORKDIR}/altboot/beep.raw ${D}/usr/share/sounds install -m 0644 ${WORKDIR}/altboot/altboot.func ${D}/etc install -m 0755 ${WORKDIR}/altboot/init.altboot ${D}/sbin