mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 05:30:20 +00:00
Add experimental vim-python package
This commit is contained in:
12
packages/vim-python/vimtutor.patch
Normal file
12
packages/vim-python/vimtutor.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -u -r ../cache/vim-hg/src/vimtutor ./src/vimtutor
|
||||
--- ../cache/vim-hg/src/vimtutor 2014-05-30 17:16:01.677978089 +0200
|
||||
+++ ./src/vimtutor 2014-06-15 23:36:24.545163147 +0200
|
||||
@@ -24,7 +24,7 @@
|
||||
export xx
|
||||
|
||||
# We need a temp file for the copy. First try using a standard command.
|
||||
-tmp="${TMPDIR-/tmp}"
|
||||
+tmp="${TMPDIR-@TERMUX_PREFIX@/tmp}"
|
||||
TUTORCOPY=`mktemp $tmp/tutorXXXXXX || tempfile -p tutor || echo none`
|
||||
|
||||
# If the standard commands failed then create a directory to put the copy in.
|
||||
Reference in New Issue
Block a user