summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-06-15 14:21:48 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-06-15 14:21:48 +0000
commit30632d1655bc3ff0eb91928b8540de8df84a7a2d (patch)
tree26bb8a3250b6bda6305db6d9ccc436fb1d770a1b /pkgs/os-specific/linux/kernel
parent960fea400234447d20c7abac9b2cd215a8bb1742 (diff)
install kernel in the store (whoops, forgot to install modules :S )
svn path=/nixpkgs/trunk/; revision=3183
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/builder.sh b/pkgs/os-specific/linux/kernel/builder.sh
index 5a1aa1ea2866d..dfdb4c92fc5cd 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
 }