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

(-)modules-update.old (-2 / +2 lines)
Lines 228-235 fi Link Here
228
# is more recent then modules.dep
228
# is more recent then modules.dep
229
if [[ ${CFGFILE2} -nt /lib/modules/${KV}/modules.dep ]] ; then
229
if [[ ${CFGFILE2} -nt /lib/modules/${KV}/modules.dep ]] ; then
230
	if [[ -d $(depdir) && -f /proc/modules ]] ; then
230
	if [[ -d $(depdir) && -f /proc/modules ]] ; then
231
		if [[ -f /usr/src/linux/System.map ]] ; then
231
		if [[ -f /lib/modules/${KV}/build/System.map ]] ; then
232
			depmod -a -F /usr/src/linux/System.map ${KV}
232
			depmod -a -F /lib/modules/${KV}/build/System.map ${KV}
233
		else
233
		else
234
			ewarn "System.map not found - unable to check symbols"
234
			ewarn "System.map not found - unable to check symbols"
235
		fi
235
		fi

Return to bug 104288