Install openssl cli

Symbol link to `gmssl` binary
This commit is contained in:
Zhi Guan
2018-11-16 14:15:42 +08:00
parent babb4447a5
commit 7657f6f523

View File

@@ -511,6 +511,8 @@ install_runtime:
chmod 755 $(DESTDIR)$(INSTALLTOP)/bin/$$fn.new; \
mv -f $(DESTDIR)$(INSTALLTOP)/bin/$$fn.new \
$(DESTDIR)$(INSTALLTOP)/bin/$$fn; \
echo "link $(DESTDIR)$(INSTALLTOP)/bin/$$fn -> $(DESTDIR)$(INSTALLTOP)/bin/openssl"; \
ln -sf $$fn $(DESTDIR)$(INSTALLTOP)/bin/openssl; \
done
@set -e; for x in dummy $(BIN_SCRIPTS); do \
if [ "$$x" = "dummy" ]; then continue; fi; \