Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 457168 | Differences between
and this patch

Collapse All | Expand All

(-)a/gen_package.sh (-2 / +2 lines)
Lines 127-135 gen_kerncache_extract_modules() Link Here
127
		print_info 1 'Extracting kerncache kernel modules'
127
		print_info 1 'Extracting kerncache kernel modules'
128
        	if [ "${INSTALL_MOD_PATH}" != '' ]
128
        	if [ "${INSTALL_MOD_PATH}" != '' ]
129
		then
129
		then
130
        		/bin/tar -xjf ${KERNCACHE} -C ${INSTALL_MOD_PATH} lib
130
			/bin/tar -xjf ${KERNCACHE} -C ${INSTALL_MOD_PATH} lib/modules
131
		else
131
		else
132
        		/bin/tar -xjf ${KERNCACHE} -C / lib
132
			/bin/tar -xjf ${KERNCACHE} -C / lib/modules
133
		fi
133
		fi
134
	fi
134
	fi
135
}
135
}

Return to bug 457168