Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278204
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- linux-mod.eclass.old        2009-07-17 22:26:18.216954125 +0200
0
++ linux-mod.eclass    2009-07-17 22:28:12.707947371 +0200
Lines 503-512 generate_modulesd() { Link Here
503
               # then we install it
503
               # then we install it
504
               if kernel_is ge 2 6; then
504
               if kernel_is ge 2 6; then
505
                       insinto /etc/modprobe.d
505
                       insinto /etc/modprobe.d
506
                       newins ${module_config} ${currm_path//*\/}.conf
506
               else
507
               else
507
                       insinto /etc/modules.d
508
                       insinto /etc/modules.d
509
                       newins ${module_config} ${currm_path//*\/}
508
               fi
510
               fi
509
               newins ${module_config} ${currm_path//*\/}
510
               # and install any documentation we might have.
511
               # and install any documentation we might have.
511
               [[ -n ${module_docs} ]] && dodoc ${module_docs}
512
               [[ -n ${module_docs} ]] && dodoc ${module_docs}

Return to bug 278204