components/foomatic/db-engine/patches/99-foomatic-kitload.in-last-line.patch
changeset 6720 4bf7e80e4d8e
equal deleted inserted replaced
6718:7b27fef9ca52 6720:4bf7e80e4d8e
       
     1 In-house patch.
       
     2 Adds a newline on the end of the .in file to avoid the autotools failing on it.
       
     3 Community will be asked if they will to add newline also in upstream.
       
     4 
       
     5 --- a/foomatic-kitload.in	2016-07-25 16:32:15.439702509 -0700
       
     6 +++ b/foomatic-kitload.in	2016-07-25 16:32:36.754761478 -0700
       
     7 @@ -116,4 +116,6 @@
       
     8  sub show_errors {
       
     9      warn "\nError messages of the copying process:\n\n";
       
    10      print STDERR `cat $destdir$libdir/kitload2.log`;
       
    11 -}
       
    12 \ No newline at end of file
       
    13 +}
       
    14 +
       
    15 +