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

(-)gmime-2.1.9-r2.ebuild (-1 / +12 lines)
Lines 38-44 Link Here
38
	# (bug #70392)	Ticho, 2004-11-10
38
	# (bug #70392)	Ticho, 2004-11-10
39
}
39
}
40
40
41
pkg_preinst() {
41
src_install() {
42
	make GACUTIL_FLAGS="/root ${D}/usr/$(get_libdir) /gacdir /usr/$(get_libdir) /package ${PN}" \
43
		DESTDIR=${D} install || die
44
45
	if useq doc; then
46
		docinto tutorial
47
		dodoc docs/tutorial/html/*
48
	fi
49
50
	# rename these two, so they don't conflict with app-arch/sharutils
51
	# (bug #70392)	Ticho, 2004-11-10
52
	# Doesn't seem to work, if it's in pkg_preinst  A. Skwar 2005-05-22
42
	mv ${D}/usr/bin/uuencode ${D}/usr/bin/gmime-uuencode
53
	mv ${D}/usr/bin/uuencode ${D}/usr/bin/gmime-uuencode
43
	mv ${D}/usr/bin/uudecode ${D}/usr/bin/gmime-uudecode
54
	mv ${D}/usr/bin/uudecode ${D}/usr/bin/gmime-uudecode
44
}
55
}

Return to bug 70392