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

Collapse All | Expand All

(-)jed-0.99.16-r2.ebuild (-1 / +5 lines)
Lines 27-32 Link Here
27
src_unpack() {
27
src_unpack() {
28
	unpack ${A}
28
	unpack ${A}
29
	cd ${S}; epatch ${FILESDIR}/${P}-jed.info.patch
29
	cd ${S}; epatch ${FILESDIR}/${P}-jed.info.patch
30
	use ppc-macos && epatch ${FILESDIR}/${P}-mach.patch
30
}
31
}
31
32
32
src_compile() {
33
src_compile() {
Lines 65-73 Link Here
65
}
66
}
66
67
67
src_install() {
68
src_install() {
69
	# make install in ${S} claims everything is up-to-date,
70
	# so we manually cd ${S}/src before installing
71
	cd ${S}/src
68
	make DESTDIR=${D} install || die
72
	make DESTDIR=${D} install || die
69
73
70
	cd doc
74
	cd ${S}/doc
71
	cp README AUTHORS
75
	cp README AUTHORS
72
76
73
	cd ${S}
77
	cd ${S}

Return to bug 73127