diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 688fd3b3..88761f76 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -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; \