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

Collapse All | Expand All

(-)xen-sources-2.6.9.ebuild.old (-1 / +1 lines)
Lines 33-39 Link Here
33
	
33
	
34
	# Copy the Xen files into the kernel tree
34
	# Copy the Xen files into the kernel tree
35
	cp -r xen-2.0/linux-2.6.9-xen-sparse/* ${S}
35
	cp -r xen-2.0/linux-2.6.9-xen-sparse/* ${S}
36
	rm ${S}/mkbuildtree
36
	rm -f ${S}/mkbuildtree
37
	mkdir ${S}/include/asm-xen/xen-public
37
	mkdir ${S}/include/asm-xen/xen-public
38
	cp -r xen-2.0/xen/include/public/* ${S}/include/asm-xen/xen-public
38
	cp -r xen-2.0/xen/include/public/* ${S}/include/asm-xen/xen-public
39
	
39
	

Return to bug 70161