From 89fce838ea05c2c94d0e38583795f28bdd0b2ebe Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 10 Feb 2020 23:35:37 +0200 Subject: [PATCH] openssh: fix sbindir --- extra/openssh/build | 1 + extra/openssh/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/openssh/build b/extra/openssh/build index cdd68702..db48b6a8 100755 --- a/extra/openssh/build +++ b/extra/openssh/build @@ -4,6 +4,7 @@ --prefix=/usr \ --datadir=/usr/share/openssh \ --sysconfdir=/etc/ssh \ + --sbindir=/usr/bin \ --without-selinux \ --with-privsep-user=nobody \ --with-mantype=doc \ diff --git a/extra/openssh/version b/extra/openssh/version index faa64dd7..daaca8ec 100644 --- a/extra/openssh/version +++ b/extra/openssh/version @@ -1 +1 @@ -8.1p1 1 +8.1p1 2