svn path=/nixpkgs/trunk/; revision=27225
This commit is contained in:
parent
80d963dee0
commit
81e561ee2e
@ -78,6 +78,8 @@ stdenv.mkDerivation rec {
|
|||||||
# Install the certificate generation script.
|
# Install the certificate generation script.
|
||||||
cp CA/genrootca.sh $out/libexec/nova/
|
cp CA/genrootca.sh $out/libexec/nova/
|
||||||
cp CA/openssl.cnf.tmpl $out/libexec/nova/
|
cp CA/openssl.cnf.tmpl $out/libexec/nova/
|
||||||
|
|
||||||
|
ln -s /etc/nova/nova.conf $out/libexec/nova/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false; # !!! fix
|
doCheck = false; # !!! fix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user