summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorjoachifm <joachifm@users.noreply.github.com>2016-03-07 12:03:37 +0000
committerjoachifm <joachifm@users.noreply.github.com>2016-03-07 12:03:37 +0000
commit453686a24ae6434540bcf1f36fdb5c3026573dad (patch)
tree687ff50693b809fee6d98356b0196f4f16526372 /pkgs/tools/networking
parent884627a6ef24d41733e6885253eed29b9db322e7 (diff)
parentbb39304ce6169ca0c7f421f15cb1b0c378999b7e (diff)
downloadnixpkgs-453686a24ae6434540bcf1f36fdb5c3026573dad.tar
nixpkgs-453686a24ae6434540bcf1f36fdb5c3026573dad.tar.gz
nixpkgs-453686a24ae6434540bcf1f36fdb5c3026573dad.tar.bz2
nixpkgs-453686a24ae6434540bcf1f36fdb5c3026573dad.tar.lz
nixpkgs-453686a24ae6434540bcf1f36fdb5c3026573dad.tar.xz
nixpkgs-453686a24ae6434540bcf1f36fdb5c3026573dad.tar.zst
nixpkgs-453686a24ae6434540bcf1f36fdb5c3026573dad.zip
Merge pull request #13705 from aneeshusa/use-bin-instead-of-sbin-for-openssh
openssh: use bin instead of sbin folder
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/openssh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix
index 494c7dfb69e..4a1efbb0335 100644
--- a/pkgs/tools/networking/openssh/default.nix
+++ b/pkgs/tools/networking/openssh/default.nix
@@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
   # I set --disable-strip because later we strip anyway. And it fails to strip
   # properly when cross building.
   configureFlags = [
+    "--sbindir=\${out}/bin"
     "--localstatedir=/var"
     "--with-pid-dir=/run"
     "--with-mantype=man"