--- gmime-2.1.9-r2.ebuild 2005-05-21 21:04:30.000000000 +0200 +++ gmime-2.1.9-r3.ebuild 2005-05-22 08:29:37.851704352 +0200 @@ -38,7 +38,18 @@ # (bug #70392) Ticho, 2004-11-10 } -pkg_preinst() { +src_install() { + make GACUTIL_FLAGS="/root ${D}/usr/$(get_libdir) /gacdir /usr/$(get_libdir) /package ${PN}" \ + DESTDIR=${D} install || die + + if useq doc; then + docinto tutorial + dodoc docs/tutorial/html/* + fi + + # rename these two, so they don't conflict with app-arch/sharutils + # (bug #70392) Ticho, 2004-11-10 + # Doesn't seem to work, if it's in pkg_preinst A. Skwar 2005-05-22 mv ${D}/usr/bin/uuencode ${D}/usr/bin/gmime-uuencode mv ${D}/usr/bin/uudecode ${D}/usr/bin/gmime-uudecode }