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 --- community/openssh/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/openssh/build b/community/openssh/build index acbcd480..6ddefd0b 100755 --- a/community/openssh/build +++ b/community/openssh/build @@ -1,7 +1,7 @@ #!/bin/sh -e # Adds optional libedit support -kiss l libedit >/dev/null 2>&1 && +cpt-list libedit >/dev/null 2>&1 && libedit="--with-libedit" ./configure \ -- cgit v1.2.3