From c8ceb3b2848d91baa55afe327f829a06a80a0f80 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 8 Feb 2007 15:32:14 +0000 Subject: [PATCH] * Grmbl. svn path=/nixpkgs/trunk/; revision=7883 --- pkgs/os-specific/linux/kernel/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/builder.sh b/pkgs/os-specific/linux/kernel/builder.sh index e30280dc6cee..3223ad41863b 100644 --- a/pkgs/os-specific/linux/kernel/builder.sh +++ b/pkgs/os-specific/linux/kernel/builder.sh @@ -35,7 +35,7 @@ installPhase() { # Copy the bzImage and System.map. cp System.map $out - cp arch/$arch/bzImage $out/vmlinuz + cp arch/$arch/boot/bzImage $out/vmlinuz # Install the modules in $out/lib/modules with matching paths # in modules.dep (i.e., refererring to $out/lib/modules, not