aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-09 23:52:11 +0300
committerCem Keylan <cem@ckyln.com>2020-08-09 23:52:11 +0300
commit3f17c8c2a94792638ef1849c97862bd1380cbb0e (patch)
treee9b1e696e3bba15cf3f8c9895ea66f666d98adaf /community
parent4414ced7c1f50ddf8465ed3dbb01a762fd5884b8 (diff)
downloadrepository-3f17c8c2a94792638ef1849c97862bd1380cbb0e.tar.gz
META: Fix all usage of kiss, replace all with cpt
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/openssh/build2
1 files changed, 1 insertions, 1 deletions
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 \