diff options
Diffstat (limited to 'kiss.1')
-rw-r--r-- | kiss.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,8 +69,8 @@ export KISS_FORCE=0 # This can be used to have the package manager run in a "fake root". export KISS_ROOT=/ -# Keep build, package and extraction cache directories for debugging -# purposes. +# Keep build logs around for successful builds and not just failing +# ones. Helpful when debugging. # # Set it to '1' to enable. export KISS_DEBUG=0 |