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

Collapse All | Expand All

(-)/usr/portage/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild (-2 / +2 lines)
Lines 41-51 Link Here
41
		CXX="$(tc-getCXX)" \
41
		CXX="$(tc-getCXX)" \
42
		OPTFLAGS="${CFLAGS}" \
42
		OPTFLAGS="${CFLAGS}" \
43
		DEBUG="" \
43
		DEBUG="" \
44
		VERSION="" RELEASE="" CVSTAG="" CVSROOT="" \
44
		|| die "emake failed"
45
		|| die "emake failed"
45
}
46
}
46
47
47
src_install() {
48
src_install() {
48
	exeinto /usr/X11R6/bin
49
	dobin ttmkfdir || die "dobin failed"
49
	doexe ttmkfdir || die "doexe failed"
50
	dodoc README
50
	dodoc README
51
}
51
}

Return to bug 90576