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

(-)heroes-0.21-r1.ebuild (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/games-action/heroes/heroes-0.21-r1.ebuild,v 1.7 2006/11/04 05:36:43 nyhm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-action/heroes/heroes-0.21-r1.ebuild,v 1.7 2006/11/04 05:36:43 nyhm Exp $
4
4
5
inherit eutils games
5
inherit eutils autotools games
6
6
7
data_ver=1.5
7
data_ver=1.5
8
snd_trk_ver=1.0
8
snd_trk_ver=1.0
Lines 37-42 Link Here
37
	sed -i 's:$(localedir):/usr/share/locale:' \
37
	sed -i 's:$(localedir):/usr/share/locale:' \
38
		$(find . -name 'Makefile.in*') \
38
		$(find . -name 'Makefile.in*') \
39
		|| die "sed failed"
39
		|| die "sed failed"
40
	AT_M4DIR=m4 eautoreconf
40
}
41
}
41
42
42
src_compile() {
43
src_compile() {

Return to bug 160238