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

(-)file_not_specified_in_diff (+11 lines)
Line 54 Link Here
54
elif [ -x "/usr/bin/perl5.10.1" ]; then
55
    PERL_510=/usr/bin/perl5.10.1
Line 56 Link Here
58
elif [ -x "/usr/local/bin/perl5.10.1" ]; then
59
    PERL_510=/usr/local/bin/perl5.10.1
Line 62 Link Here
66
if [ ! "$PERL_58" -a ! "$PERL_510" ]; then
67
    echo
68
    echo "*** ERROR: Could not find Perl!"
69
    echo
70
    exit
71
fi
72

Return to bug 287257