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

(-)libkudzu-1.1.62-r1.ebuild (-1 / +5 lines)
Lines 33-39 Link Here
33
	# Fix the modules directory to match Gentoo layout.
33
	# Fix the modules directory to match Gentoo layout.
34
	perl -pi -e 's|/etc/modutils/kudzu|/etc/modules.d/kudzu|g' *.*
34
	perl -pi -e 's|/etc/modutils/kudzu|/etc/modules.d/kudzu|g' *.*
35
35
36
	emake libkudzu.a ARCH=$(tc-arch-kernel) RPM_OPT_FLAGS="${CFLAGS}" || die
36
	if [ $(tc-arch-kernel) == "powerpc" ]; then
37
		emake libkudzu.a ARCH="ppc" RPM_OPT_FLAGS="${CFLAGS}" || die
38
	else
39
		emake libkudzu.a ARCH=$(tc-arch-kernel) RPM_OPT_FLAGS="${CFLAGS}" || die
40
	fi
37
}
41
}
38
42
39
src_install() {
43
src_install() {

Return to bug 147364