openssh: fix faulty symlink for termux-services script

This commit is contained in:
Henrik Grimler 2019-08-17 21:15:51 +02:00
parent 8ef3507b0a
commit 70bc6884e0
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.openssh.com/
TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_VERSION=8.0p1
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68
TERMUX_PKG_SRCURL=https://fastly.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl, libedit, termux-auth, krb5, zlib"
@ -95,7 +95,7 @@ termux_step_post_make_install() {
echo 'exec sshd -D -e 2>&1' >> sshd/run
chmod +x sshd/run
touch sshd/down
ln -sf $PREFIX/share/termux-services/svlogger sshd/log/run
ln -sf $TERMUX_PREFIX/share/termux-services/svlogger sshd/log/run
}
termux_step_post_massage() {