Blame SOURCES/texlive-2012-warning.patch

aeaab8
diff -up texmf-dist/scripts/tetex/updmap.pl.me texmf-dist/scripts/tetex/updmap.pl
aeaab8
--- texmf-dist/scripts/tetex/updmap.pl.me	2018-07-11 17:04:20.267484075 +0200
aeaab8
+++ texmf-dist/scripts/tetex/updmap.pl	2018-07-11 17:04:05.611892683 +0200
aeaab8
@@ -1,4 +1,4 @@
aeaab8
-#!/usr/bin/env perl
aeaab8
+#!/usr/bin/perl
aeaab8
 # mupdmap: utility to maintain map files for outline fonts.
aeaab8
 # $Id: updmap.pl 27264 2012-07-31 05:10:29Z preining $
aeaab8
 # 
aeaab8
@@ -2071,8 +2071,8 @@ sub reset_root_home {
aeaab8
       my (undef,undef,undef,undef,undef,undef,undef,$roothome) = getpwuid(0);
aeaab8
       if (defined($roothome)) {
aeaab8
         if ($envhome ne $roothome) {
aeaab8
-          warning("$prg: resetting \$HOME value (was $envhome) to root's "
aeaab8
-            . "actual home ($roothome).\n");
aeaab8
+          # warning("$prg: resetting \$HOME value (was $envhome) to root's "
aeaab8
+          #  . "actual home ($roothome).\n");
aeaab8
           $ENV{'HOME'} = $roothome;
aeaab8
         } else {
aeaab8
           # envhome and roothome do agree, nothing to do, that is the good case