diff --git a/perlmod/Fink/PkgVersion.pm b/perlmod/Fink/PkgVersion.pm index fae4bcdd0..ab30ffb4d 100644 --- a/perlmod/Fink/PkgVersion.pm +++ b/perlmod/Fink/PkgVersion.pm @@ -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 \n". "\tThe Fink Beginners List ";