From 8d1d839579390dc9c234863d019f6cdef06b7cb9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 25 Apr 2008 10:22:09 +0000 Subject: [PATCH] * Fix for building Linux 2.6.25. svn path=/nixpkgs/trunk/; revision=11712 --- pkgs/os-specific/linux/kernel/builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/builder.sh b/pkgs/os-specific/linux/kernel/builder.sh index 3512a74c1965..17d21b56878a 100644 --- a/pkgs/os-specific/linux/kernel/builder.sh +++ b/pkgs/os-specific/linux/kernel/builder.sh @@ -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[@]}" \