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

(-)a/gen_package.sh (-2 / +1 lines)
Lines 46-52 gen_minkernpackage() { Link Here
46
	then
46
	then
47
		/bin/tar -xj -C ${TEMP}/minkernpackage -f ${KERNCACHE} System.map-${ARCH}-${KV}
47
		/bin/tar -xj -C ${TEMP}/minkernpackage -f ${KERNCACHE} System.map-${ARCH}-${KV}
48
		mv minkernpackage/{System.map-${ARCH}-${KV},System.map-${KNAME}-${ARCH}-${KV}}
48
		mv minkernpackage/{System.map-${ARCH}-${KV},System.map-${KNAME}-${ARCH}-${KV}}
49
		if [ ! -f System.map-${KNAME}-${ARCH}-${KV} ]
49
		if [ ! -f System.map-${ARCH}-${KV} ]
50
		then
50
		then
51
			gen_die 'Could not copy System.map from kerncache for the kernel package!'
51
			gen_die 'Could not copy System.map from kerncache for the kernel package!'
52
		fi
52
		fi
53
- 

Return to bug 570822