diff options
author | Matthias Hentges <oe@hentges.net> | 2006-11-22 23:36:47 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2006-11-22 23:36:47 +0000 |
commit | 60c2cae137da838048e25fc1778a547fd73c3e9b (patch) | |
tree | d595d68ea31138229e8d205774d4f6205aeb76cd /packages/altboot | |
parent | 07dc1c42dbd32cdc785c0795634c5372fbe73615 (diff) |
altboot: Update to latest version
Diffstat (limited to 'packages/altboot')
-rw-r--r-- | packages/altboot/altboot_wip.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/altboot/altboot_wip.bb b/packages/altboot/altboot_wip.bb index a339f90ce8..7e6d06e943 100644 --- a/packages/altboot/altboot_wip.bb +++ b/packages/altboot/altboot_wip.bb @@ -23,7 +23,7 @@ RDEPENDS_${PN}-conf = "${PN}" ###################################################################################### -WIP_DATE = "20061122" +WIP_DATE = "20061123" PV = "1.1.1+wip-${WIP_DATE}" PR = "r0" @@ -44,7 +44,7 @@ S = "${WORKDIR}/altboot/" ###################################################################################### -FILES_${PN}-conf = "/etc/altboot*.cfg" +FILES_${PN}-conf = "/etc/altboot*cfg" ###################################################################################### @@ -55,12 +55,13 @@ do_install() { install -d ${D}/etc/altboot.rc install -d ${D}/usr/share/doc/altboot install -d ${D}/usr/share/sounds + install -d ${D}/etc/skel/altboot if test -d ${WORKDIR}/altboot/${MACHINE} then - install -m 0644 ${WORKDIR}/altboot/${MACHINE}/altboot*.cfg ${D}/etc + install -m 0644 ${WORKDIR}/altboot/${MACHINE}/altboot*.cfg ${D}/etc/ else - install -m 0644 ${WORKDIR}/altboot/altboot*.cfg ${D}/etc + install -m 0644 ${WORKDIR}/altboot/altboot*.cfg ${D}/etc/ fi install -m 0644 ${WORKDIR}/altboot/beep.raw ${D}/usr/share/sounds |