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

(-)diffutils-2.8.4.ebuild (-1 / +1 lines)
Lines 35-41 Link Here
35
	local myconf=""
35
	local myconf=""
36
	[ -z "`use nls`" ] && myconf="--disable-nls"
36
	[ -z "`use nls`" ] && myconf="--disable-nls"
37
	
37
	
38
	econf --build=${CHOST} \
38
	econf --datadir=${D}/usr/share --build=${CHOST} \
39
		${myconf} || die
39
		${myconf} || die
40
		
40
		
41
	emake || die
41
	emake || die

Return to bug 8364