From 30632d1655bc3ff0eb91928b8540de8df84a7a2d Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Wed, 15 Jun 2005 14:21:48 +0000 Subject: [PATCH] install kernel in the store (whoops, forgot to install modules :S ) svn path=/nixpkgs/trunk/; revision=3183 --- pkgs/os-specific/linux/kernel/builder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/builder.sh b/pkgs/os-specific/linux/kernel/builder.sh index 5a1aa1ea286..dfdb4c92fc5 100644 --- a/pkgs/os-specific/linux/kernel/builder.sh +++ b/pkgs/os-specific/linux/kernel/builder.sh @@ -2,6 +2,8 @@ buildPhase() { cp $config .config + echo "export INSTALL_PATH=$out" >> Makefile + export INSTALL_MOD_PATH=$out make }