Date: Saturday, January 6, 2018 @ 07:47:20
  Author: bisson
Revision: 314130

fix FS#56961

Modified:
  openssh/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-06 07:29:59 UTC (rev 314129)
+++ PKGBUILD    2018-01-06 07:47:20 UTC (rev 314130)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=7.6p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free version of the SSH connectivity tools'
 url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
@@ -58,6 +58,7 @@
                --with-xauth=/usr/bin/xauth \
                --with-md5-passwords \
                --with-pid-dir=/run \
+               --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
 
        make
 }

Reply via email to