Alexander K. Hansen a écrit :
> What version of fink?
Fink 0.23.10
> And what do lines 308-313 of Validation.pm say?
the lines in Validation.pm : with --> marker
--> if ($info_file_content =~ m/\r\n/s) {
print "Error: Info file has DOS line endings. ($filename)\n";
$looks_good = 0;
}
return unless ($looks_good);
--> if ($info_file_content =~ m/\r/s) {
print "Error: Info file has Mac line endings. ($filename)\n";
$looks_good = 0;
}
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners