summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-02-08 15:32:14 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-02-08 15:32:14 +0000
commitc8ceb3b2848d91baa55afe327f829a06a80a0f80 (patch)
treeaa98edacf5234408dcd672857ffd803a93c9eaa4 /pkgs/os-specific/linux/kernel
parentb78181e71d4fc5a5de09ea4bc90d46dc7100d826 (diff)
downloadnixpkgs-c8ceb3b2848d91baa55afe327f829a06a80a0f80.tar
nixpkgs-c8ceb3b2848d91baa55afe327f829a06a80a0f80.tar.gz
nixpkgs-c8ceb3b2848d91baa55afe327f829a06a80a0f80.tar.bz2
nixpkgs-c8ceb3b2848d91baa55afe327f829a06a80a0f80.tar.lz
nixpkgs-c8ceb3b2848d91baa55afe327f829a06a80a0f80.tar.xz
nixpkgs-c8ceb3b2848d91baa55afe327f829a06a80a0f80.tar.zst
nixpkgs-c8ceb3b2848d91baa55afe327f829a06a80a0f80.zip
* Grmbl.
svn path=/nixpkgs/trunk/; revision=7883
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/builder.sh b/pkgs/os-specific/linux/kernel/builder.sh
index e30280dc6ce..3223ad41863 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