Follow the system-wide PATH settings

https://fedoraproject.org/wiki/Features/SbinSanity
This commit is contained in:
Jakub Jelen 2018-10-03 11:00:09 +02:00
parent f3715e62da
commit 6c9d993869
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ fi
--sysconfdir=%{_sysconfdir}/ssh \
--libexecdir=%{_libexecdir}/openssh \
--datadir=%{_datadir}/openssh \
--with-default-path=/usr/local/bin:/usr/bin \
--with-default-path=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin \
--with-superuser-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin \
--with-privsep-path=%{_var}/empty/sshd \
--enable-vendor-patchlevel="FC-%{openssh_ver}-%{openssh_rel}" \