* Fix for building Linux 2.6.25.

svn path=/nixpkgs/trunk/; revision=11712
This commit is contained in:
Eelco Dolstra 2008-04-25 10:22:09 +00:00
parent 6af82b0239
commit 8d1d839579

View file

@ -71,6 +71,7 @@ installPhase() {
# /lib/modules). The depmod_opts= is to prevent the kernel
# from passing `-b PATH' to depmod.
export MODULE_DIR=$out/lib/modules/
substituteInPlace Makefile --replace '-b $(INSTALL_MOD_PATH) -r' ''
make modules_install \
DEPMOD=$module_init_tools/sbin/depmod depmod_opts= \
$makeFlags "${makeFlagsArray[@]}" \