diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-09 23:52:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-09 23:52:11 +0300 |
commit | 3f17c8c2a94792638ef1849c97862bd1380cbb0e (patch) | |
tree | e9b1e696e3bba15cf3f8c9895ea66f666d98adaf /extra/ubase | |
parent | 4414ced7c1f50ddf8465ed3dbb01a762fd5884b8 (diff) | |
download | repository-3f17c8c2a94792638ef1849c97862bd1380cbb0e.tar.gz |
META: Fix all usage of kiss, replace all with cpt
Diffstat (limited to 'extra/ubase')
-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" |