Fixing openssh build, so it doesn't try to put anything in /etc/ssh (and of course, it doesn't

fail if /etc/ssh/sshd_config can't be overwritten, which was my main motivation on this patch)

svn path=/nixpkgs/trunk/; revision=17573
This commit is contained in:
Lluís Batlle i Rossell 2009-10-01 13:06:41 +00:00
parent 8266e6050b
commit 5704c1854d

View File

@ -35,5 +35,5 @@ stdenv.mkDerivation rec {
cp contrib/ssh-copy-id.1 $out/share/man/man1/
";
installTargets = "install-nokeys";
installTargets = "install-nosysconf";
}