diff options
-rw-r--r-- | kiss.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -75,6 +75,11 @@ export KISS_ROOT=/ # Set it to '1' to enable. export KISS_DEBUG=0 +# Force the usage of a different 'sudo' tool. +# +# Values: 'su', 'sudo', 'doas' +export KISS_SU= + # Use a reproducible cache naming scheme. # # The package manager builds packages inside 'build-$PID/' with '$PID' |