From 3f17c8c2a94792638ef1849c97862bd1380cbb0e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 9 Aug 2020 23:52:11 +0300 Subject: META: Fix all usage of kiss, replace all with cpt --- extra/cmake/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/cmake') diff --git a/extra/cmake/build b/extra/cmake/build index 401a7c14..3d56e5bc 100755 --- a/extra/cmake/build +++ b/extra/cmake/build @@ -2,7 +2,7 @@ # Use cmake to build cmake if installed. # This leads to a much faster build. -if kiss l cmake; then +if cpt-list cmake; then cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -- cgit v1.2.3