aboutsummaryrefslogtreecommitdiff
path: root/bin/kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/kbuild')
-rwxr-xr-xbin/kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/kbuild b/bin/kbuild
index 3272403..c66af4a 100755
--- a/bin/kbuild
+++ b/bin/kbuild
@@ -185,7 +185,7 @@ else
unlink "$INSTALL_PATH/lib"
- cp "arch/$ARCH/boot/Image.gz" "$INSTALL_PATH/boot/vmlinuz-$name"
+ make install INSTALL_PATH="$INSTALL_PATH/boot"
cp .config "$INSTALL_PATH/boot/config-$name"
##