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

Collapse All | Expand All

(-)frozen-bubble-1.0.0-r2.ebuild.old (-1 / +4 lines)
Lines 28-33 Link Here
28
	sed -i -e 's:INSTALLDIRS=.*:PREFIX=${D}/usr:' \
28
	sed -i -e 's:INSTALLDIRS=.*:PREFIX=${D}/usr:' \
29
		${P}/c_stuff/Makefile \
29
		${P}/c_stuff/Makefile \
30
		|| die 'sed c_stuff/Makefile failed'
30
		|| die 'sed c_stuff/Makefile failed'
31
	cd ${WORKDIR}/${P}
32
	epatch ${FILESDIR}/usr-games-bin-gentoo.patch
31
}
33
}
32
34
33
src_compile() {
35
src_compile() {
Lines 40-47 Link Here
40
42
41
src_install() {
43
src_install() {
42
	make PREFIX=${D}/usr install || die
44
	make PREFIX=${D}/usr install || die
43
	dosed /usr/bin/frozen-bubble
45
	dosed /usr/games/bin/frozen-bubble
44
	dodoc AUTHORS CHANGES COPYING README
46
	dodoc AUTHORS CHANGES COPYING README
47
	prepgamesdirs	
45
48
46
	cd ${WORKDIR}/${NET_CLIENT_P}
49
	cd ${WORKDIR}/${NET_CLIENT_P}
47
	make PREFIX=${D}/usr install || die
50
	make PREFIX=${D}/usr install || die

Return to bug 25055