Fixed building and aggregating modules for not-installed kernel version

svn path=/nixpkgs/trunk/; revision=10226
This commit is contained in:
Michael Raskin
2008-01-19 11:00:09 +00:00
parent f22d19c128
commit 12ea9ddea2
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ done
rm -rf nix-support
cd lib/modules/
rm */modules.*
MODULE_DIR=$PWD/ depmod -a
MODULE_DIR=$PWD/ depmod -a *
cd $out/
'') [minInit addInputs defEnsureDir];
in