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; \ |