don't forget to actually install modules

svn path=/nixpkgs/trunk/; revision=3185
This commit is contained in:
Armijn Hemel 2005-06-16 23:33:59 +00:00
parent 14a4963ed6
commit 1e5e23ce5d

View file

@ -5,6 +5,7 @@ buildPhase() {
echo "export INSTALL_PATH=$out" >> Makefile
export INSTALL_MOD_PATH=$out
make
make modules_install
}
buildPhase=buildPhase