forked from mirrors/nixpkgs
easyrsa: symlink correct openssl config
This commit is contained in:
parent
f63d2dba0a
commit
d33544129f
|
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# Make sane defaults and patch default config vars
|
||||
postInstall = ''
|
||||
cp $out/share/easy-rsa/openssl-1.0.0.cnf $out/share/easy-rsa/openssl.cnf
|
||||
for prog in $(find "$out/share/easy-rsa" -executable -type f); do
|
||||
makeWrapper "$prog" "$out/bin/$(basename $prog)" \
|
||||
--set EASY_RSA "$out/share/easy-rsa" \
|
||||
|
|
Loading…
Reference in a new issue