* Symlink $out/bin to $out/libexec.

svn path=/nixpkgs/trunk/; revision=9659
This commit is contained in:
Eelco Dolstra 2007-11-12 16:45:47 +00:00
parent e18c7cec9d
commit a205ebc23a

View File

@ -20,6 +20,8 @@ stdenv.mkDerivation {
)
";
postInstall = "ln -s libexec $out/bin";
buildInputs = [openssh]; # !!! make openssh a runtime dependency only
meta = {