aboutsummaryrefslogtreecommitdiff
path: root/community/openssh/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/openssh/build')
-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 \