2004-08-02 13:55:31 +02:00
|
|
|
. $stdenv/setup
|
2004-08-30 15:53:48 +02:00
|
|
|
|
2004-12-24 15:10:19 +01:00
|
|
|
|
2004-08-30 15:53:48 +02:00
|
|
|
configureFlags="--with-privsep-path=$out/empty"
|
2004-08-02 13:55:31 +02:00
|
|
|
|
2004-12-24 15:10:19 +01:00
|
|
|
postInstall() {
|
|
|
|
rm $out/etc/ssh_host_dsa_key $out/etc/ssh_host_dsa_key.pub $out/etc/ssh_host_key $out/etc/ssh_host_key.pub $out/etc/ssh_host_rsa_key $out/etc/ssh_host_rsa_key.pub
|
2004-08-30 15:53:48 +02:00
|
|
|
|
2004-12-24 15:10:19 +01:00
|
|
|
chmod +r $out/libexec/ssh-keysign
|
|
|
|
}
|
|
|
|
#postInstall=postInstall
|
2004-08-30 15:53:48 +02:00
|
|
|
|
2004-12-24 15:10:19 +01:00
|
|
|
genericBuild
|