Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akhansen committed Oct 29, 2011
1 parent 7dd2b50 commit c9088df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perlmod/Fink/PkgVersion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5350,10 +5350,10 @@ sub package_error {
$error .= "\n\n" .
"Before reporting any errors, please run \"fink selfupdate\" and try again.\n" ;
if ($mbj > 1) {
$error .= "Also try using \"fink configure\" to set your maximum build jobs to 1 and" .
$error .= "Also try using \"fink configure\" to set your maximum build jobs to 1 and\n" .
"attempt to build the package again." ;
}
$error .= "If you continue to have issues, please check to see if the FAQ on Fink's \n".
$error .= "\nIf you continue to have issues, please check to see if the FAQ on Fink's \n".
"website solves the problem. If not, ask on one of these mailing lists:\n\n" .
"\tThe Fink Users List <fink-users\@lists.sourceforge.net>\n".
"\tThe Fink Beginners List <fink-beginners\@lists.sourceforge.net>";
Expand Down

0 comments on commit c9088df

Please sign in to comment.