]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/installation_check.pl
Constraints auf vendor/customer: Vorher alle verwaisten Einträge entfernen
[mfinanz.git] / scripts / installation_check.pl
index 0e6a6c518c249c201abfb081069d85bca8fbc29e..9a28c03caf315f2c9899cbaa8843eebb7c7b1f10 100755 (executable)
@@ -29,7 +29,7 @@ sub check {
 
   my @source_texts = source_texts($module);
   local $" = $/;
-  print <<EOL;
+  print STDERR <<EOL;
 +-----------------------------------------------------------------------------+
   $module->{fullname} could not be loaded.
 
@@ -57,7 +57,7 @@ EOL
   push @texts, <<EOL if $module->{debian};
   - On Debian, Ubuntu and other distros you can install it with apt-get:
       sudo apt-get install $module->{debian}
-    Note these may be out of date as well if you system is old.
+    Note: These may be out of date as well if your system is old.
 EOL
  # TODO: SuSE and Fedora packaging. Windows packaging.