aboutsummaryrefslogtreecommitdiff
path: root/extra/openssh/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 20:07:29 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 20:07:29 +0300
commit7c08d3413e3fc70074ee912e3cd154f0c5ab6821 (patch)
tree9bfa76e2e1c0e7f6b503265d2fc021c353a6ffb2 /extra/openssh/build
parent0e51e65a42a336b4036c0644fedf12012cb37ff9 (diff)
downloadrepository-7c08d3413e3fc70074ee912e3cd154f0c5ab6821.tar.gz
openssh: install suid executables to /usr/bin
Diffstat (limited to 'extra/openssh/build')
-rwxr-xr-xextra/openssh/build1
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 \