fix tempfileDir by @TERMUX_PREFIX@

This commit is contained in:
Wetitpig 2021-09-08 17:37:23 +08:00 committed by Henrik Grimler
parent 3560c68a57
commit a1ceafe797
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
## Next a permitted location for temporary files on your system:
##
-tempfileDir='/var/tmp' ## /var/tmp is standard on most unix systems
+tempfileDir="$PREFIX/tmp" ## /var/tmp is standard on most unix systems
+tempfileDir='@TERMUX_PREFIX@/tmp' ## /var/tmp is standard on most unix systems
##
##
## Default for the output file location: