fix tempfileDir by @TERMUX_PREFIX@
This commit is contained in:
parent
3560c68a57
commit
a1ceafe797
@ -14,7 +14,7 @@
|
|||||||
## Next a permitted location for temporary files on your system:
|
## Next a permitted location for temporary files on your system:
|
||||||
##
|
##
|
||||||
-tempfileDir='/var/tmp' ## /var/tmp is standard on most unix systems
|
-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:
|
## Default for the output file location:
|
||||||
|
Loading…
Reference in New Issue
Block a user