diff options
author | merakor <cem@ckyln.com> | 2020-05-12 07:57:01 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-12 07:57:01 +0000 |
commit | ae26293e2a9f37a8138af59ba4507fe287d5f259 (patch) | |
tree | a482dea837ba924dc60acb37111fede9979593f4 /man/kiss.1 | |
parent | fd8bf85b711e4f3a0c4fbbe90b58b5c7400da06b (diff) | |
download | cpt-ae26293e2a9f37a8138af59ba4507fe287d5f259.tar.gz |
kiss.1: add KISS_TMPDIR
FossilOrigin-Name: 9da5b29991f073c44a8d1b9d6489a02f3ebaed6eb29e077be281a15bdbd591a5
Diffstat (limited to 'man/kiss.1')
-rw-r--r-- | man/kiss.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -164,6 +164,17 @@ Unset by default. .IP export KISS_PID= .PP +.SS SPECIFYING BUILD DIRECTORY + +All build related files, by default, are stored in the cache directory. If the +user specifies \fIKISS_TMPDIR\fR, it will be used instead of the cache directory +for building packages. This can be useful if you want to build a package on ram +or a different filesystem. + +Unset by default. +.IP +export KISS_TMPDIR= +.PP .SS ENABLING/DISABLING COLOUR If run in a subshell, \fBKISS\fR disables colour output. However, this behaviour |