From cdec77818bad5d64e1e3656645f49261f2cc3501 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 11 Aug 2019 12:52:35 +0800 Subject: [PATCH] update 3rdparty build shell script --- 3rdparty/openssh/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/3rdparty/openssh/build.sh b/3rdparty/openssh/build.sh index a2387cb..43a546a 100755 --- a/3rdparty/openssh/build.sh +++ b/3rdparty/openssh/build.sh @@ -71,7 +71,7 @@ SRC_NAME=openssh-8.0p1 PACK_SUFIX=tar.gz - if [ -f ${PREFIX_PATH}/bin/openssh ] ; then + if [ -f ${PREFIX_PATH}/sbin/sshd ] ; then return 0; fi -- Gitblit v1.9.1