forked from mirrors/nixpkgs
* Use /etc/ssh/ssh_config to allow system-wide ssh configuration.
svn path=/nixpkgs/trunk/; revision=9853
This commit is contained in:
parent
b15b963936
commit
87d67364d8
|
@ -24,6 +24,7 @@ stdenv.mkDerivation {
|
|||
preConfigure = "
|
||||
configureFlags=\"$configureFlags --with-privsep-path=$out/empty\"
|
||||
ensureDir $out/empty
|
||||
substituteInPlace pathnames.h --replace 'SSHDIR \"/ssh_config\"' '\"/etc/ssh/ssh_config\"'
|
||||
";
|
||||
|
||||
postInstall = "
|
||||
|
|
Loading…
Reference in a new issue