install kernel in the store (whoops, forgot to install modules :S )

svn path=/nixpkgs/trunk/; revision=3183
This commit is contained in:
Armijn Hemel 2005-06-15 14:21:48 +00:00
parent 960fea4002
commit 30632d1655

View file

@ -2,6 +2,8 @@
buildPhase() {
cp $config .config
echo "export INSTALL_PATH=$out" >> Makefile
export INSTALL_MOD_PATH=$out
make
}