diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 2ecb3d7..42cf4e1 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -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 @@ build() { --with-xauth=/usr/bin/xauth \ --with-md5-passwords \ --with-pid-dir=/run \ + --with-default-path="/usr/local/sbin:/usr/local/bin:/usr/bin" \ make }