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

Collapse All | Expand All

(-)em8300-libraries-0.12.0-r1.ebuild (+7 lines)
Lines 19-24 Link Here
19
	cd ${WORKDIR}
19
	cd ${WORKDIR}
20
	mv ${A/.tar.gz/} ${P}
20
	mv ${A/.tar.gz/} ${P}
21
21
22
	cd ${S}
23
	#Eliminate extra compiling and prune out some disk space usage
24
	sed -e "s:modules/\ ::g" \
25
	    -e "s:\ modules.tar.gz::g" \
26
	    Makefile.in > Makefile.in.hacked
27
	mv Makefile.in.hacked Makefile.in
28
22
}
29
}
23
30
24
src_compile ()  {
31
src_compile ()  {

Return to bug 2163