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
|
# Make sane defaults and patch default config vars
|
||||||
postInstall = ''
|
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
|
for prog in $(find "$out/share/easy-rsa" -executable -type f); do
|
||||||
makeWrapper "$prog" "$out/bin/$(basename $prog)" \
|
makeWrapper "$prog" "$out/bin/$(basename $prog)" \
|
||||||
--set EASY_RSA "$out/share/easy-rsa" \
|
--set EASY_RSA "$out/share/easy-rsa" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user