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

(-)twindistress-1.1.0.ebuild.orig (+1 lines)
Lines 27-32 Link Here
27
		-e "/^CFLAGS/s:-g:${CFLAGS}:" \
27
		-e "/^CFLAGS/s:-g:${CFLAGS}:" \
28
		-e "/^DATA_PREFIX/s:/.*$:${GAMES_DATADIR}/${PN}/:" \
28
		-e "/^DATA_PREFIX/s:/.*$:${GAMES_DATADIR}/${PN}/:" \
29
		-e "/^HIGH_SCORE_PREFIX/s:/.*$:${GAMES_STATEDIR}/${PN}/:" \
29
		-e "/^HIGH_SCORE_PREFIX/s:/.*$:${GAMES_STATEDIR}/${PN}/:" \
30
		-e 's/$(CC) twind.o/$(CC) twind.o ${LDFLAGS}/' \
30
		Makefile || die "sed failed"
31
		Makefile || die "sed failed"
31
}
32
}
32
33

Return to bug 331865