ldc: Update from 1.8 to 1.9
[termux-packages] / packages / vim / vimtutor.patch
1 diff -u -r ../cache/vim-hg/src/vimtutor ./src/vimtutor
2 --- ../cache/vim-hg/src/vimtutor 2014-05-30 17:16:01.677978089 +0200
3 +++ ./src/vimtutor 2014-06-15 23:36:24.545163147 +0200
4 @@ -24,7 +24,7 @@
5 export xx
6
7 # We need a temp file for the copy. First try using a standard command.
8 -tmp="${TMPDIR-/tmp}"
9 +tmp="${TMPDIR-@TERMUX_PREFIX@/tmp}"
10 TUTORCOPY=`mktemp $tmp/tutorXXXXXX || tempfile -p tutor || echo none`
11
12 # If the standard commands failed then create a directory to put the copy in.