From 537b3ec57ec6ce88e977d7fa30a6a4f60bbfb32a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 8 Feb 2007 14:28:49 +0000 Subject: [PATCH] * Don't use make install. svn path=/nixpkgs/trunk/; revision=7880 --- pkgs/os-specific/linux/kernel/builder.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/builder.sh b/pkgs/os-specific/linux/kernel/builder.sh index e051fd0911f..e30280dc6ce 100644 --- a/pkgs/os-specific/linux/kernel/builder.sh +++ b/pkgs/os-specific/linux/kernel/builder.sh @@ -32,8 +32,10 @@ installPhase=installPhase installPhase() { ensureDir $out - - make install + + # Copy the bzImage and System.map. + cp System.map $out + cp arch/$arch/bzImage $out/vmlinuz # Install the modules in $out/lib/modules with matching paths # in modules.dep (i.e., refererring to $out/lib/modules, not