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

(-)gmime-2.1.16.ebuild (-1 / +2 lines)
Lines 44-50 Link Here
44
}
44
}
45
45
46
src_install() {
46
src_install() {
47
	make GACUTIL_FLAGS="/root ${D}/usr/$(get_libdir) /gacdir /usr/$(get_libdir) /package ${PN}" \
47
	make MONO_SHARED_DIR="/tmp" \
48
	GACUTIL_FLAGS="/root ${D}/usr/$(get_libdir) /gacdir /usr/$(get_libdir) /package ${PN}" \
48
		DESTDIR=${D} install || die
49
		DESTDIR=${D} install || die
49
50
50
	if use doc ; then
51
	if use doc ; then

Return to bug 106071