2023-03-01 03:20:45 +08:00
|
|
|
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
|
2023-10-28 02:30:01 +08:00
|
|
|
index c82c086..6c5402d 100644
|
2023-03-01 03:20:45 +08:00
|
|
|
--- a/Configurations/unix-Makefile.tmpl
|
|
|
|
+++ b/Configurations/unix-Makefile.tmpl
|
2023-10-28 02:30:01 +08:00
|
|
|
@@ -690,6 +690,11 @@ install_ssldirs:
|
|
|
|
chmod 644 "$(DESTDIR)$(OPENSSLDIR)/ct_log_list.cnf"; \
|
2023-03-01 03:20:45 +08:00
|
|
|
fi
|
2023-10-28 02:30:01 +08:00
|
|
|
|
2023-03-01 03:20:45 +08:00
|
|
|
+ $(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(INSTALLTOP)$(OPENSSLDIR)
|
|
|
|
+ for I in $(DESTDIR)$(OPENSSLDIR)/*; do \
|
|
|
|
+ mv $$I $(DESTDIR)$(INSTALLTOP)$(OPENSSLDIR)/; \
|
|
|
|
+ done
|
2023-10-28 02:30:01 +08:00
|
|
|
+
|
2023-03-01 03:20:45 +08:00
|
|
|
install_dev: install_runtime_libs
|
|
|
|
@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
|
2023-10-28 02:30:01 +08:00
|
|
|
@$(ECHO) "*** Installing development files"
|