linux: set initramfs install dir to $(kernel_path)/initramfs

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-24 18:11:44 +01:00
parent d60feb1087
commit d6c91a01cb

View File

@ -22,7 +22,7 @@
. config/options $1
export INSTALL=$(kernel_path)
export INSTALL=$(kernel_path)/initramfs
$SCRIPTS/install busybox-initramfs
if [ "$BOOTLOADER" = "u-boot" ]; then