diff options
Diffstat (limited to 'packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb')
-rw-r--r-- | packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb b/packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb index 7e14473036..e062af29ee 100644 --- a/packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb +++ b/packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb @@ -56,10 +56,10 @@ kernel_do_install() { else oenote "no modules to install" fi - install -d ${D}/tmp - install -m 0644 ${KERNEL_OUTPUT} ${D}/tmp - install -d ${D}/boot - install -m 0644 .config ${D}/boot/config-${PV} - bzip2 -9 ${D}/boot/* - install -d ${D}/${sysconfdir}/modutils + install -d ${D}tmp + install -m 0644 ${KERNEL_OUTPUT} ${D}tmp + install -d ${D}boot + install -m 0644 .config ${D}boot/config-${PV} + bzip2 -9 ${D}boot/* + install -d ${D}${sysconfdir}/modutils } |