summaryrefslogtreecommitdiff
path: root/packages/altboot
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-04-12 16:30:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-12 16:30:15 +0000
commitda67f32d384c2fc2cd43193fa2aebec6099c5e15 (patch)
tree986abc102821641d7cd20d8bd33a0d0caf257bb1 /packages/altboot
parent5d33346afdf2153ceed90218a90478c97c559811 (diff)
altboot: Add 1..6-rc3
Diffstat (limited to 'packages/altboot')
-rw-r--r--packages/altboot/altboot_1.0.6-rc3.bb (renamed from packages/altboot/altboot_1.0.6-rc2.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/altboot/altboot_1.0.6-rc2.bb b/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