chiark / gitweb /
libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / autoconf / General.pm.patch
1 diff -u -r ../autoconf-2.69/lib/Autom4te/General.pm ./lib/Autom4te/General.pm
2 --- ../autoconf-2.69/lib/Autom4te/General.pm    2012-04-24 16:44:15.000000000 -0400
3 +++ ./lib/Autom4te/General.pm   2015-05-17 16:11:45.492445577 -0400
4 @@ -300,7 +300,7 @@
5  sub mktmpdir ($)
6  {
7    my ($signature) = @_;
8 -  my $TMPDIR = $ENV{'TMPDIR'} || '/tmp';
9 +  my $TMPDIR = $ENV{'TMPDIR'} || '@TERMUX_PREFIX@/tmp';
10    my $quoted_tmpdir = shell_quote ($TMPDIR);
11  
12    # If mktemp supports dirs, use it.