summarylogtreecommitdiffstats
path: root/gost-engine.install
diff options
context:
space:
mode:
authorGrigory Vasilyev2021-04-11 14:07:39 +0300
committerGrigory Vasilyev2021-04-11 14:07:39 +0300
commita4c36bfc9ab6dcd98775f84d5cafe22ce6b7e4f7 (patch)
tree57a99ee0ae40b2a837fd27d2bc5bd226a7f1d963 /gost-engine.install
parent2e24388f6cb8ac7e53ce96e14094b4121ce9ff2e (diff)
downloadaur-a4c36bfc9ab6dcd98775f84d5cafe22ce6b7e4f7.tar.gz
Add OpenSSL Version Check. Fix OpenSSL version detect. Fix warning package contains reference to $srcdir
Diffstat (limited to 'gost-engine.install')
-rw-r--r--gost-engine.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gost-engine.install b/gost-engine.install
index 4c83fa896dc6..028a6b3b188f 100644
--- a/gost-engine.install
+++ b/gost-engine.install
@@ -61,7 +61,7 @@ post_install() {
exit 0
fi
- if openssl engine | grep -iq 'gost'; then
+ if openssl engine | grep -iq "gost"; then
echo -e "\E[1m\E[33mGost Engine successfully installed and OpenSSL automatic configured! All works fine!\E[0m"
fi