From bfccdd2ab6e396c79613206562e60612b3f18c47 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 29 Jan 2008 10:24:38 +0000 Subject: [PATCH] workaround a broken install target in iwlwifi --- kernel-2.6.spec | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 59300e52c..71a81bba5 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -362,6 +362,15 @@ popd # Untar iwlwifi in the same place - needs to be compiled later tar -xzf %{expand:%{PATCH601}} +# the install target is broken: first it does not pass the right -b flag to depmod +# second we do not need to invoke depmod at this stage anyway +# let's add our own patch/stuff in this Makefile for manual install later on +pushd iwlwifi-%{iwlwifi_version} +cat >> Makefile <