diff options
Diffstat (limited to 'extra/ubase/build')
-rwxr-xr-x | extra/ubase/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ubase/build b/extra/ubase/build index dc26aff0..e95f1cd6 100755 --- a/extra/ubase/build +++ b/extra/ubase/build @@ -9,6 +9,6 @@ make DESTDIR="$1" PREFIX=/usr ubase-box-install unlink "$1/usr/bin/stat" # You cannot execute commands with the ubase -# implementation of su, which might break kiss +# implementation of su, which might break cpt # if the user doesn't have sudo or doas installed. unlink "$1/usr/bin/su" |