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

Collapse All | Expand All

(-)aspell-de-20001109.ebuild.orig (-1 / +4 lines)
Lines 24-30 Link Here
24
24
25
src_compile() {
25
src_compile() {
26
26
27
	make aspell || die
27
	make \
28
		SQ=`pwd`/bin/sq.pl \
29
		UNSQ=`pwd`/bin/unsq.pl \
30
	aspell || die
28
31
29
}
32
}
30
33

Return to bug 3072