* Fix module installation.
svn path=/nixpkgs/trunk/; revision=15887
This commit is contained in:
parent
83c3123617
commit
e559192847
@ -79,7 +79,7 @@ installPhase() {
|
|||||||
# /lib/modules). The depmod_opts= is to prevent the kernel
|
# /lib/modules). The depmod_opts= is to prevent the kernel
|
||||||
# from passing `-b PATH' to depmod.
|
# from passing `-b PATH' to depmod.
|
||||||
export MODULE_DIR=$out/lib/modules/
|
export MODULE_DIR=$out/lib/modules/
|
||||||
substituteInPlace Makefile --replace '-b $(INSTALL_MOD_PATH) -r' ''
|
substituteInPlace Makefile --replace '-b $(INSTALL_MOD_PATH)' ''
|
||||||
make modules_install \
|
make modules_install \
|
||||||
DEPMOD=$module_init_tools/sbin/depmod depmod_opts= \
|
DEPMOD=$module_init_tools/sbin/depmod depmod_opts= \
|
||||||
$makeFlags "${makeFlagsArray[@]}" \
|
$makeFlags "${makeFlagsArray[@]}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user