diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:07:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:07:29 +0300 |
commit | 7c08d3413e3fc70074ee912e3cd154f0c5ab6821 (patch) | |
tree | 9bfa76e2e1c0e7f6b503265d2fc021c353a6ffb2 /extra/openssh/build | |
parent | 0e51e65a42a336b4036c0644fedf12012cb37ff9 (diff) | |
download | repository-7c08d3413e3fc70074ee912e3cd154f0c5ab6821.tar.gz |
openssh: install suid executables to /usr/bin
Diffstat (limited to 'extra/openssh/build')
-rwxr-xr-x | extra/openssh/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/openssh/build b/extra/openssh/build index cdd68702..8680ddb1 100755 --- a/extra/openssh/build +++ b/extra/openssh/build @@ -2,6 +2,7 @@ ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --datadir=/usr/share/openssh \ --sysconfdir=/etc/ssh \ --without-selinux \ |