Skip to content

Commit

Permalink
Revert "Revert 7dd2b50^..HEAD"
Browse files Browse the repository at this point in the history
This reverts commit 0931ee9.
  • Loading branch information
akhansen committed Nov 2, 2011
1 parent 0931ee9 commit ed4d778
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions perlmod/Fink/PkgVersion.pm
Expand Up @@ -5348,11 +5348,12 @@ sub package_error {
$error .= "\n\n" . $opts{'preamble'};
}
$error .= "\n\n" .
"Before reporting any errors, please run \"fink selfupdate\" and try again.\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 .= "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 .= "Also try using \"fink configure\" to set your maximum build jobs to 1 and\n" .
"attempt to build the package again." ;
}
$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 ed4d778

Please sign in to comment.