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/distcc/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/distcc') diff --git a/extra/distcc/build b/extra/distcc/build index 596108ee..cbb722bf 100755 --- a/extra/distcc/build +++ b/extra/distcc/build @@ -2,7 +2,7 @@ # Running distcc as a server instead of a client # requires python to be installed. -kiss l python >/dev/null 2>&1 || pump=disable +cpt-list python >/dev/null 2>&1 || pump=disable export CFLAGS="$CFLAGS -fcommon" -- cgit v1.2.3