18 Jun
2011
18 Jun
'11
8:05 p.m.
Avoid inclusion of kernel/sound/firewire due recent change in checked_modules() Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- install/fw | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/fw b/install/fw index 9f4ed26..67355a5 100644 --- a/install/fw +++ b/install/fw @@ -2,7 +2,7 @@ install () { - MODULES=" $(checked_modules "/firewire/") " + MODULES=" $(checked_modules '/drivers/firewire/') " MODULES=$(echo ${MODULES}) #trim whitespace if [ -n "${MODULES}" ]; then -- 1.7.5.2