chiark / gitweb /
tcl: Update from 8.6.5 to 8.6.6
[termux-packages] / packages / asciinema / commands-rec.go.patch
1 diff -u -r ../asciinema-1.1.1/commands/rec.go ./commands/rec.go
2 --- ../asciinema-1.1.1/commands/rec.go  2015-06-21 17:58:14.000000000 +0200
3 +++ ./commands/rec.go   2015-08-20 01:45:49.000000000 +0200
4 @@ -69,7 +69,7 @@
5  }
6  
7  func tmpPath() (string, error) {
8 -       file, err := ioutil.TempFile("", "asciicast-")
9 +       file, err := ioutil.TempFile("@TERMUX_PREFIX@/tmp", "asciicast-")
10         if err != nil {
11                 return "", err
12         }