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

(-)/opt/sys/portage/net-www/apache/apache-2.0.46.ebuild (-1 / +2 lines)
Lines 30-36 Link Here
30
30
31
	#give it the stamp
31
	#give it the stamp
32
	perl -pi -e 's|" PLATFORM "|Gentoo/Linux|;' server/core.c
32
	perl -pi -e 's|" PLATFORM "|Gentoo/Linux|;' server/core.c
33
	#fix perl with perl!
33
	#fix perl with perl! and avoid utf-8 charset problems
34
	export LC_CTYPE=C
34
	find -type f | xargs perl -pi -e \
35
	find -type f | xargs perl -pi -e \
35
		"s|/usr/local/bin/perl|/usr/bin/perl|g; \
36
		"s|/usr/local/bin/perl|/usr/bin/perl|g; \
36
		s|/usr/local/bin/perl5|/usr/bin/perl|g; \
37
		s|/usr/local/bin/perl5|/usr/bin/perl|g; \

Return to bug 22058