nixpkgs/pkgs/tools/networking/openssh/builder.sh
Armijn Hemel 41047b0fc5 don't have the privilege seperation path in the store
svn path=/nixpkgs/trunk/; revision=4360
2005-12-13 12:48:12 +00:00

9 lines
104 B
Bash

source $stdenv/setup
installPhase() {
make install-nokeys
}
installPhase=installPhase
genericBuild